Skip to content

Commit 830cd9e

Browse files
chore: fixes workflow paths
Co-authored-by: Felix Arntz <[email protected]>
1 parent d5bdb61 commit 830cd9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/php-test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@ on:
88
- 'release/**'
99
# Only run if PHP-related files changed.
1010
paths:
11-
- '.github/workflows/php-lint.yml'
11+
- '.github/workflows/php-test.yml'
1212
- '**.php'
13-
- 'phpcs.xml.dist'
14-
- 'phpstan.neon.dist'
13+
- 'phpunit.xml.dist'
1514
- 'composer.json'
1615
- 'composer.lock'
1716
pull_request:
1817
# Only run if PHP-related files changed.
1918
paths:
20-
- '.github/workflows/php-lint.yml'
19+
- '.github/workflows/php-test.yml'
2120
- '**.php'
22-
- 'phpcs.xml.dist'
23-
- 'phpstan.neon.dist'
21+
- 'phpunit.xml.dist'
2422
- 'composer.json'
2523
- 'composer.lock'
2624
types:

0 commit comments

Comments
 (0)