1
0
Fork 0
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:
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: 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

View file

@ -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

View file

@ -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

View file

@ -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