Skip to content

Commit c0548be

Browse files
committed
Add some missing files to the path filtering.
1 parent b2b9589 commit c0548be

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/local-docker-environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'docker-compose.yml'
1313
# Any changes to local environment related files
1414
- 'tools/local-env/**'
15+
- 'wp-cli.yml'
1516
# These files configure npm and the task runner. Changes could affect the outcome.
1617
- 'package*.json'
1718
- 'Gruntfile.js'
@@ -38,6 +39,7 @@ on:
3839
- 'docker-compose.yml'
3940
# Any changes to local environment related files
4041
- 'tools/local-env/**'
42+
- 'wp-cli.yml'
4143
# These files configure npm and the task runner. Changes could affect the outcome.
4244
- 'package*.json'
4345
- 'Gruntfile.js'

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
# These files configure Composer. Changes could affect the outcome.
3232
- 'composer.*'
3333
# This files affect the phpunit tests. Changes could affect the outcome.
34+
- 'phpunit.xml.dist'
3435
- 'tests/phpunit/**'
3536
# Confirm any changes to relevant workflow files.
3637
- '.github/workflows/phpunit-tests.yml'

0 commit comments

Comments
 (0)