We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bdb61 commit 830cd9eCopy full SHA for 830cd9e
.github/workflows/php-test.yml
@@ -8,19 +8,17 @@ on:
8
- 'release/**'
9
# Only run if PHP-related files changed.
10
paths:
11
- - '.github/workflows/php-lint.yml'
+ - '.github/workflows/php-test.yml'
12
- '**.php'
13
- - 'phpcs.xml.dist'
14
- - 'phpstan.neon.dist'
+ - 'phpunit.xml.dist'
15
- 'composer.json'
16
- 'composer.lock'
17
pull_request:
18
19
20
21
22
23
24
25
26
types:
0 commit comments