Skip to content

Commit 1beb778

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Fix paths-ignore glob pattern
2 parents a4dfa35 + 3d2f988 commit 1beb778

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Push
22
on:
33
push:
44
paths-ignore:
5-
- docs/*
5+
- docs/**
66
- NEWS
77
- UPGRADING
88
- UPGRADING.INTERNALS
@@ -11,16 +11,16 @@ on:
1111
- CODING_STANDARDS.md
1212
- .cirrus.yml
1313
- .travis.yml
14-
- travis/*
15-
- .circleci/*
14+
- travis/**
15+
- .circleci/**
1616
branches:
1717
- PHP-8.1
1818
- PHP-8.2
1919
- PHP-8.3
2020
- master
2121
pull_request:
2222
paths-ignore:
23-
- docs/*
23+
- docs/**
2424
- NEWS
2525
- UPGRADING
2626
- UPGRADING.INTERNALS
@@ -29,8 +29,8 @@ on:
2929
- CODING_STANDARDS.md
3030
- .cirrus.yml
3131
- .travis.yml
32-
- travis/*
33-
- .circleci/*
32+
- travis/**
33+
- .circleci/**
3434
branches:
3535
- '**'
3636
permissions:

0 commit comments

Comments
 (0)