File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments