1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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.
This commit is contained in:
Peter Kokot
2023-08-20 21:53:45 +02:00
committed by GitHub
parent e6627ccb52
commit 278a57f95a

View File

@@ -6,7 +6,7 @@ on:
- NEWS
- UPGRADING
- UPGRADING.INTERNALS
- README.md
- '**/README.*'
- CONTRIBUTING.md
- CODING_STANDARDS.md
branches:
@@ -21,7 +21,7 @@ on:
- NEWS
- UPGRADING
- UPGRADING.INTERNALS
- README.md
- '**/README.*'
- CONTRIBUTING.md
- CODING_STANDARDS.md
branches: