mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix paths-ignore glob pattern
This commit is contained in:
commit
1beb778b3a
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
@ -2,7 +2,7 @@ name: Push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- docs/*
|
||||
- docs/**
|
||||
- NEWS
|
||||
- UPGRADING
|
||||
- UPGRADING.INTERNALS
|
||||
@ -11,8 +11,8 @@ on:
|
||||
- CODING_STANDARDS.md
|
||||
- .cirrus.yml
|
||||
- .travis.yml
|
||||
- travis/*
|
||||
- .circleci/*
|
||||
- travis/**
|
||||
- .circleci/**
|
||||
branches:
|
||||
- PHP-8.1
|
||||
- PHP-8.2
|
||||
@ -20,7 +20,7 @@ on:
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/*
|
||||
- docs/**
|
||||
- NEWS
|
||||
- UPGRADING
|
||||
- UPGRADING.INTERNALS
|
||||
@ -29,8 +29,8 @@ on:
|
||||
- CODING_STANDARDS.md
|
||||
- .cirrus.yml
|
||||
- .travis.yml
|
||||
- travis/*
|
||||
- .circleci/*
|
||||
- travis/**
|
||||
- .circleci/**
|
||||
branches:
|
||||
- '**'
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user