Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 84ec249

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /