Skip to content

Commit e8aa917

Browse files
committed
ci: Add merge group trigger to workflows
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 e8aa917

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.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)