Skip to content

Commit 3d2f988

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Fix paths-ignore glob pattern
2 parents f057d2b + a18cf33 commit 3d2f988

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,8 +11,8 @@ on:
1111
- CODING_STANDARDS.md
1212
- .cirrus.yml
1313
- .travis.yml
14-
- travis/*
15-
- .circleci/*
14+
- travis/**
15+
- .circleci/**
1616
branches:
1717
- PHP-7.4
1818
- PHP-8.0
@@ -22,7 +22,7 @@ on:
2222
- master
2323
pull_request:
2424
paths-ignore:
25-
- docs/*
25+
- docs/**
2626
- NEWS
2727
- UPGRADING
2828
- UPGRADING.INTERNALS
@@ -31,8 +31,8 @@ on:
3131
- CODING_STANDARDS.md
3232
- .cirrus.yml
3333
- .travis.yml
34-
- travis/*
35-
- .circleci/*
34+
- travis/**
35+
- .circleci/**
3636
branches:
3737
- '**'
3838
permissions:

0 commit comments

Comments
 (0)