Skip to content

Commit

Permalink
Add PHPUnit bootstrap file to list of paths to trigger this workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Shyamsundar Gadde <[email protected]>
  • Loading branch information
ShyamGadde committed Feb 3, 2025
1 parent 1033ad7 commit af6f8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '**/package.json'
- 'package-lock.json'
- 'phpunit.xml.dist'
- 'tools/phpunit/bootstrap.php'
- 'composer.json'
- 'composer.lock'
pull_request:
Expand All @@ -24,6 +25,7 @@ on:
- '**/package.json'
- 'package-lock.json'
- 'phpunit.xml.dist'
- 'tools/phpunit/bootstrap.php'
- 'composer.json'
- 'composer.lock'
types:
Expand Down

0 comments on commit af6f8ff

Please sign in to comment.