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.
2 parents be68404 + 48af985 commit 59b26d0Copy full SHA for 59b26d0
11 files changed
.github/workflows/behat-test.yml
@@ -13,6 +13,7 @@ on:
13
- 'behat.yml'
14
- 'composer.json'
15
- 'composer.lock'
16
+ - 'phpcs-rulesets/*.xml'
17
pull_request:
18
branches:
19
- trunk
@@ -26,6 +27,7 @@ on:
26
27
28
29
30
31
types:
32
- opened
33
- reopened
.github/workflows/php-test.yml
@@ -12,6 +12,7 @@ on:
12
- '.wp-env.json'
- '**/package.json'
- 'package-lock.json'
- 'phpunit.xml.dist'
@@ -27,6 +28,7 @@ on:
34
0 commit comments