File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: Extract WordPress Hooks
33on :
44 push :
55 branches : [trunk]
6- paths : ['**.php']
6+ paths :
7+ - ' **.php'
8+ - ' !build/**/*.asset.php'
79 workflow_dispatch :
810
911jobs :
Original file line number Diff line number Diff line change 1010 - ' phpunit.xml.dist'
1111 - ' phpcs.xml'
1212 - ' .github/workflows/phpcs.yml'
13+ - ' !build/**/*.asset.php'
1314 pull_request :
1415 paths :
1516 - ' **/*.php'
1819 - ' phpunit.xml.dist'
1920 - ' phpcs.xml'
2021 - ' .github/workflows/phpcs.yml'
22+ - ' !build/**/*.asset.php'
2123jobs :
2224 phpcs :
2325 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1010 - ' phpunit.xml.dist'
1111 - ' phpcs.xml'
1212 - ' .github/workflows/phpunit.yml'
13+ - ' !build/**/*.asset.php'
1314 pull_request :
1415 paths :
1516 - ' **/*.php'
1819 - ' phpunit.xml.dist'
1920 - ' phpcs.xml'
2021 - ' .github/workflows/phpunit.yml'
22+ - ' !build/**/*.asset.php'
2123jobs :
2224 phpunit :
2325 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments