Skip to content

Commit d1a2520

Browse files
Merge branch 'trunk' into 997-improve-url-validation
2 parents 1a25ed1 + 48af985 commit d1a2520

11 files changed

Lines changed: 2123 additions & 1416 deletions

File tree

.github/workflows/behat-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'behat.yml'
1414
- 'composer.json'
1515
- 'composer.lock'
16+
- 'phpcs-rulesets/*.xml'
1617
pull_request:
1718
branches:
1819
- trunk
@@ -26,6 +27,7 @@ on:
2627
- 'behat.yml'
2728
- 'composer.json'
2829
- 'composer.lock'
30+
- 'phpcs-rulesets/*.xml'
2931
types:
3032
- opened
3133
- reopened

.github/workflows/php-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '.wp-env.json'
1313
- '**/package.json'
1414
- 'package-lock.json'
15+
- 'phpcs-rulesets/*.xml'
1516
- 'phpunit.xml.dist'
1617
- 'composer.json'
1718
- 'composer.lock'
@@ -27,6 +28,7 @@ on:
2728
- '.wp-env.json'
2829
- '**/package.json'
2930
- 'package-lock.json'
31+
- 'phpcs-rulesets/*.xml'
3032
- 'phpunit.xml.dist'
3133
- 'composer.json'
3234
- 'composer.lock'

0 commit comments

Comments
 (0)