Skip to content

Commit de5bcd7

Browse files
authored
ci: Add merge group trigger to workflows (#113)
This commit adds the `merge_group` trigger to the build workflows. This ensures that the workflows are triggered when a merge group is created, allowing for continuous integration of changes.
1 parent 13644c8 commit de5bcd7

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/Build_AndroidDeveloperVerificationOnboarding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
paths:
2525
- 'AndroidDeveloperVerificationOnboarding/**'
2626
- '.github/workflows/Build_AndroidDeveloperVerificationOnboarding.yml'
27+
merge_group:
28+
types: [checks_requested]
2729
workflow_dispatch:
2830

2931
concurrency:

.github/workflows/Build_BiometricAuthentication.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
paths:
2525
- 'BiometricAuthentication/**'
2626
- '.github/workflows/Build_BiometricAuthentication.yml'
27+
merge_group:
28+
types: [checks_requested]
2729
workflow_dispatch:
2830

2931
concurrency:

.github/workflows/Build_BiometricLoginKotlin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
paths:
2525
- 'BiometricLoginKotlin/**'
2626
- '.github/workflows/Build_BiometricLoginKotlin.yml'
27+
merge_group:
28+
types: [checks_requested]
2729
workflow_dispatch:
2830

2931
concurrency:

.github/workflows/Build_DirectBoot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
paths:
2525
- 'DirectBoot/**'
2626
- '.github/workflows/Build_DirectBoot.yml'
27+
merge_group:
28+
types: [checks_requested]
2729
workflow_dispatch:
2830

2931
concurrency:

0 commit comments

Comments
 (0)