mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-23 22:52:05 +02:00
trigger on specific branches + on pull request to dev
This commit is contained in:
parent
f2d1f046e2
commit
21c21737e7
4 changed files with 24 additions and 12 deletions
|
@ -2,9 +2,12 @@ name: Generate emu config (Linux)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "ci_runner" ]
|
branches: [
|
||||||
# pull_request:
|
"ci-build-gen-linux",
|
||||||
# branches: [ "ci_runner" ]
|
"ci-build-all"
|
||||||
|
]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "dev" ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
@ -2,9 +2,12 @@ name: Generate emu config (Windows)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "ci_runner" ]
|
branches: [
|
||||||
# pull_request:
|
"ci-build-gen-win",
|
||||||
# branches: [ "ci_runner" ]
|
"ci-build-all"
|
||||||
|
]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "dev" ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
9
.github/workflows/build-linux.yml
vendored
9
.github/workflows/build-linux.yml
vendored
|
@ -2,9 +2,12 @@ name: Linux-build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "ci_runner" ]
|
branches: [
|
||||||
# pull_request:
|
"ci-build-emu-linux",
|
||||||
# branches: [ "ci_runner" ]
|
"ci-build-all"
|
||||||
|
]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "dev" ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
9
.github/workflows/build-win.yml
vendored
9
.github/workflows/build-win.yml
vendored
|
@ -2,9 +2,12 @@ name: Windows-build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "ci_runner" ]
|
branches: [
|
||||||
# pull_request:
|
"ci-build-emu-win",
|
||||||
# branches: [ "ci_runner" ]
|
"ci-build-all"
|
||||||
|
]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "dev" ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Add table
Reference in a new issue