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:
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user