Skip to content

Commit 858db6f

Browse files
committed
ci: Trigger workflows on self-modification
Updates the path triggers in each workflow to include the workflow file itself. This ensures that the workflow runs when its own configuration is changed.
1 parent 983d7a7 commit 858db6f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/BiometricAuthentication_Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ on:
1818
branches: [ '*' ]
1919
paths:
2020
- 'BiometricAuthentication/**'
21+
- '.github/workflows/BiometricAuthentication_Build.yml'
2122
pull_request:
2223
branches: [ '*' ]
2324
paths:
2425
- 'BiometricAuthentication/**'
26+
- '.github/workflows/BiometricAuthentication_Build.yml'
2527
workflow_dispatch:
2628

2729
concurrency:

.github/workflows/BiometricLoginKotlin_Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ on:
1818
branches: [ '*' ]
1919
paths:
2020
- 'BiometricLoginKotlin/**'
21+
- '.github/workflows/BiometricLoginKotlin_Build.yml'
2122
pull_request:
2223
branches: [ '*' ]
2324
paths:
2425
- 'BiometricLoginKotlin/**'
26+
- '.github/workflows/BiometricLoginKotlin_Build.yml'
2527
workflow_dispatch:
2628

2729
concurrency:

.github/workflows/DirectBoot_Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ on:
1818
branches: [ '*' ]
1919
paths:
2020
- 'DirectBoot/**'
21+
- '.github/workflows/DirectBoot_Build.yml'
2122
pull_request:
2223
branches: [ '*' ]
2324
paths:
2425
- 'DirectBoot/**'
26+
- '.github/workflows/DirectBoot_Build.yml'
2527
workflow_dispatch:
2628

2729
concurrency:

0 commit comments

Comments
 (0)