mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Also trigger the CI workflows for PRs when new commits are added.
This commit is contained in:
parent
8cb26f6f8e
commit
679c2d5509
3 changed files with 6 additions and 3 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
@ -6,8 +6,9 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
|
||||||
- edited
|
- edited
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel concurrent workflows for the same PR or commit hash.
|
# Cancel concurrent workflows for the same PR or commit hash.
|
||||||
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
||||||
|
|
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -6,8 +6,9 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
|
||||||
- edited
|
- edited
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel concurrent workflows for the same PR or commit hash.
|
# Cancel concurrent workflows for the same PR or commit hash.
|
||||||
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
||||||
|
|
3
.github/workflows/win32.yml
vendored
3
.github/workflows/win32.yml
vendored
|
@ -6,8 +6,9 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
|
||||||
- edited
|
- edited
|
||||||
|
- opened
|
||||||
|
- synchronize
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel concurrent workflows for the same PR or commit hash.
|
# Cancel concurrent workflows for the same PR or commit hash.
|
||||||
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
||||||
|
|
Loading…
Reference in a new issue