mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Backport GA paths-ignore changes
This commit is contained in:
parent
8cca0e80ef
commit
e3df233aca
1 changed files with 12 additions and 1 deletions
13
.github/workflows/push.yml
vendored
13
.github/workflows/push.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- NEWS
|
- NEWS
|
||||||
- UPGRADING
|
- UPGRADING
|
||||||
- UPGRADING.INTERNALS
|
- UPGRADING.INTERNALS
|
||||||
- README.md
|
- '**/README.*'
|
||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
- CODING_STANDARDS.md
|
- CODING_STANDARDS.md
|
||||||
- .cirrus.yml
|
- .cirrus.yml
|
||||||
|
@ -18,6 +18,17 @@ on:
|
||||||
- PHP-8.1
|
- PHP-8.1
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- docs/*
|
||||||
|
- NEWS
|
||||||
|
- UPGRADING
|
||||||
|
- UPGRADING.INTERNALS
|
||||||
|
- '**/README.*'
|
||||||
|
- CONTRIBUTING.md
|
||||||
|
- CODING_STANDARDS.md
|
||||||
|
- .cirrus.yml
|
||||||
|
- .travis.yml
|
||||||
|
- travis/*
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue