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