mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix paths-ignore glob pattern
This commit is contained in:
commit
1beb778b3a
1 changed files with 6 additions and 6 deletions
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
|
@ -2,7 +2,7 @@ name: Push
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- docs/*
|
- docs/**
|
||||||
- NEWS
|
- NEWS
|
||||||
- UPGRADING
|
- UPGRADING
|
||||||
- UPGRADING.INTERNALS
|
- UPGRADING.INTERNALS
|
||||||
|
@ -11,8 +11,8 @@ on:
|
||||||
- CODING_STANDARDS.md
|
- CODING_STANDARDS.md
|
||||||
- .cirrus.yml
|
- .cirrus.yml
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- travis/*
|
- travis/**
|
||||||
- .circleci/*
|
- .circleci/**
|
||||||
branches:
|
branches:
|
||||||
- PHP-8.1
|
- PHP-8.1
|
||||||
- PHP-8.2
|
- PHP-8.2
|
||||||
|
@ -20,7 +20,7 @@ on:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- docs/*
|
- docs/**
|
||||||
- NEWS
|
- NEWS
|
||||||
- UPGRADING
|
- UPGRADING
|
||||||
- UPGRADING.INTERNALS
|
- UPGRADING.INTERNALS
|
||||||
|
@ -29,8 +29,8 @@ on:
|
||||||
- CODING_STANDARDS.md
|
- CODING_STANDARDS.md
|
||||||
- .cirrus.yml
|
- .cirrus.yml
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- travis/*
|
- travis/**
|
||||||
- .circleci/*
|
- .circleci/**
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue