1
0
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:
Ilija Tovilo
2024-02-18 20:38:26 +01:00
+6 -6
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: