Skip to content

Commit 278a57f

Browse files
authored
Add all README.* files to paths-ignore (#12003)
Within the entire repository these are documentation files and CI don't need to run when they are changed. This now includes also README.REDIST.BINS, README.md, and similar README files within the sapi and ext directories. README files in tests directories are also only for internals documentations purposes.
1 parent e6627cc commit 278a57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- NEWS
77
- UPGRADING
88
- UPGRADING.INTERNALS
9-
- README.md
9+
- '**/README.*'
1010
- CONTRIBUTING.md
1111
- CODING_STANDARDS.md
1212
branches:
@@ -21,7 +21,7 @@ on:
2121
- NEWS
2222
- UPGRADING
2323
- UPGRADING.INTERNALS
24-
- README.md
24+
- '**/README.*'
2525
- CONTRIBUTING.md
2626
- CODING_STANDARDS.md
2727
branches:

0 commit comments

Comments
 (0)