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

GH Actions: auto-skip CI on PRs containing only docs changes (#11839)

As per https://github.com/php/php-src/pull/11838#issuecomment-1658648817

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
This commit is contained in:
Juliette
2023-07-31 18:47:31 +02:00
committed by GitHub
parent 78bfe682a5
commit 68e6de5408

View File

@@ -16,6 +16,14 @@ on:
- PHP-8.2
- master
pull_request:
paths-ignore:
- docs/*
- NEWS
- UPGRADING
- UPGRADING.INTERNALS
- README.md
- CONTRIBUTING.md
- CODING_STANDARDS.md
branches:
- '**'
permissions: