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 c5d7ee1 commit 7df98bfCopy full SHA for 7df98bf
.github/workflows/php-test.yml
@@ -4,7 +4,29 @@ on:
4
push:
5
branches:
6
- trunk
7
+ - 'feature/**'
8
+ - 'release/**'
9
+ # Only run if PHP-related files changed.
10
+ paths:
11
+ - '.github/workflows/php-lint.yml'
12
+ - '**.php'
13
+ - 'phpcs.xml.dist'
14
+ - 'phpstan.neon.dist'
15
+ - 'composer.json'
16
+ - 'composer.lock'
17
pull_request:
18
19
20
21
22
23
24
25
26
+ types:
27
+ - opened
28
+ - reopened
29
+ - synchronize
30
31
jobs:
32
test:
0 commit comments