trigger on specific branches + on pull request to dev

This commit is contained in:
ota 2023-12-16 17:35:56 +02:00 committed by otavepto
parent f2d1f046e2
commit 21c21737e7
4 changed files with 24 additions and 12 deletions

View File

@ -2,9 +2,12 @@ name: Generate emu config (Linux)
on:
push:
branches: [ "ci_runner" ]
# pull_request:
# branches: [ "ci_runner" ]
branches: [
"ci-build-gen-linux",
"ci-build-all"
]
pull_request:
branches: [ "dev" ]
permissions:
contents: read

View File

@ -2,9 +2,12 @@ name: Generate emu config (Windows)
on:
push:
branches: [ "ci_runner" ]
# pull_request:
# branches: [ "ci_runner" ]
branches: [
"ci-build-gen-win",
"ci-build-all"
]
pull_request:
branches: [ "dev" ]
permissions:
contents: read

View File

@ -2,9 +2,12 @@ name: Linux-build
on:
push:
branches: [ "ci_runner" ]
# pull_request:
# branches: [ "ci_runner" ]
branches: [
"ci-build-emu-linux",
"ci-build-all"
]
pull_request:
branches: [ "dev" ]
permissions:
contents: read

View File

@ -2,9 +2,12 @@ name: Windows-build
on:
push:
branches: [ "ci_runner" ]
# pull_request:
# branches: [ "ci_runner" ]
branches: [
"ci-build-emu-win",
"ci-build-all"
]
pull_request:
branches: [ "dev" ]
permissions:
contents: read