mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix paths-ignore glob pattern
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user