Skip to content

Commit d030ffa

Browse files
committed
GH Actions: auto-skip CI on PRs containing only docs changes
As per php#11838 (comment)
1 parent 37d35f5 commit d030ffa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ on:
1616
- PHP-8.2
1717
- master
1818
pull_request:
19+
paths-ignore:
20+
- docs/*
21+
- NEWS
22+
- UPGRADING
23+
- UPGRADING.INTERNALS
24+
- README.md
25+
- CONTRIBUTING.md
26+
- CODING_STANDARDS.md
1927
branches:
2028
- '**'
2129
permissions:

0 commit comments

Comments
 (0)