Skip to content

Commit 84ec249

Browse files
committed
Add composer.json to monitored paths
1 parent 530b659 commit 84ec249

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
paths:
1010
- '.github/workflows/test-coding-standards.yml'
1111
- '**.php'
12+
- 'composer.json'
1213
push:
1314
branches:
1415
- '*.x'
1516
paths:
1617
- '.github/workflows/test-coding-standards.yml'
1718
- '**.php'
19+
- 'composer.json'
1820

1921
jobs:
2022
coding-standards:

.github/workflows/test-phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- '.github/workflows/test-phpstan.yml'
1111
- '**.php'
12+
- 'composer.json'
1213
- 'extension.neon'
1314
- 'phpstan.neon.dist'
1415
push:
@@ -17,6 +18,7 @@ on:
1718
paths:
1819
- '.github/workflows/test-phpstan.yml'
1920
- '**.php'
21+
- 'composer.json'
2022
- 'extension.neon'
2123
- 'phpstan.neon.dist'
2224

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
paths:
1010
- '.github/workflows/test-phpunit.yml'
1111
- '**.php'
12+
- 'composer.json'
1213
- 'phpunit.dist.xml'
1314
push:
1415
branches:
1516
- '*.x'
1617
paths:
1718
- '.github/workflows/test-phpunit.yml'
1819
- '**.php'
20+
- 'composer.json'
1921
- 'phpunit.dist.xml'
2022

2123
env:

0 commit comments

Comments
 (0)