1
0
mirror of https://github.com/kairos-io/immucore.git synced 2025-05-11 01:26:35 +00:00

Add merge_group trigger to jobs ()

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka 2023-02-16 18:11:47 +01:00 committed by GitHub
parent 91d6fa6945
commit 210856970b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:
concurrency:
group: iso-build-${{ github.head_ref || github.ref }}-${{ github.repository }}

View File

@ -4,6 +4,7 @@ on:
branches:
- master
pull_request:
merge_group:
jobs:
unit-tests: