Don't run the same job for both push and pull_request

This commit is contained in:
Tyrrrz
2023-11-25 18:58:15 +02:00
parent 41bc64be4a
commit ec6c72e6a3

View File

@@ -13,7 +13,11 @@ on:
required: false
default: false
push:
branches:
- master
pull_request:
branches:
- master
jobs:
main: