Merge branch 'PHP-8.3'

* PHP-8.3:
  [skip ci] Fix paths-ignore glob pattern
This commit is contained in:
Ilija Tovilo 2024-02-18 20:38:26 +01:00
commit 1beb778b3a
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -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: