mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 19:31:13 +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'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- opened
|
||||
- synchronize
|
||||
concurrency:
|
||||
# Cancel concurrent workflows for the same PR or commit hash.
|
||||
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'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- opened
|
||||
- synchronize
|
||||
concurrency:
|
||||
# Cancel concurrent workflows for the same PR or commit hash.
|
||||
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'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- opened
|
||||
- synchronize
|
||||
concurrency:
|
||||
# Cancel concurrent workflows for the same PR or commit hash.
|
||||
group: ${{github.workflow}}-${{github.event_name == 'pull_request' && github.head_ref || github.sha}}
|
||||
|
|
Loading…
Reference in a new issue