Skip to content

Commit bf77e4f

Browse files
committed
GH Actions: don't run PHPStan when only XML files have been updated
... for push builds. Pull request builds still need to run as branch protection has been enabled with required statusses.
1 parent f016a96 commit bf77e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpstan.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
paths-ignore:
88
- '**.md'
9+
- '**.xml'
910
pull_request:
1011
# Allow manually triggering the workflow.
1112
workflow_dispatch:

0 commit comments

Comments
 (0)