Skip to content

Commit 77eb389

Browse files
committed
chore: add '.github/workflows/**' to Pull Request paths
1 parent e36ac75 commit 77eb389

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'src/**'
1616
- 'tests/**'
1717
- phpcs.xml
18+
- '.github/workflows/**'
1819
workflow_dispatch:
1920

2021
jobs:

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- 'tests/**'
1818
- composer.json
1919
- phpunit.xml.dist
20+
- '.github/workflows/**'
2021
workflow_dispatch:
2122

2223
jobs:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- phpmd.xml
2020
- phpstan.neon
2121
- psalm.xml
22+
- '.github/workflows/**'
2223
workflow_dispatch:
2324

2425
jobs:

0 commit comments

Comments
 (0)