mirror of
https://github.com/kairos-io/immucore.git
synced 2025-08-15 12:53:35 +00:00
Add merge_group trigger to jobs (#48)
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
parent
91d6fa6945
commit
210856970b
1
.github/workflows/build-iso.yaml
vendored
1
.github/workflows/build-iso.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: iso-build-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
group: iso-build-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||||
|
1
.github/workflows/unit-tests.yaml
vendored
1
.github/workflows/unit-tests.yaml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user