Skip to content

Commit 9565591

Browse files
committed
Trigger workflow when its configuration has changed
1 parent a39bee3 commit 9565591

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/emulator-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- 'src/**'
88
- 'tests/**'
9+
- '.github/workflows/emulator-tests.yml'
910
- 'phpstan.neon.dist'
1011
push:
1112
branches: ['7.x']

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- 'src/**'
88
- 'tests/**'
9+
- '.github/workflows/integration-tests.yml'
910
- 'phpstan.neon.dist'
1011
push:
1112
branches: ['7.x']

0 commit comments

Comments
 (0)