mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
trigger on specific branches + on pull request to dev
This commit is contained in:
parent
f2d1f046e2
commit
21c21737e7
@ -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
|
||||
|
@ -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
|
||||
|
9
.github/workflows/build-linux.yml
vendored
9
.github/workflows/build-linux.yml
vendored
@ -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
|
||||
|
9
.github/workflows/build-win.yml
vendored
9
.github/workflows/build-win.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user