Skip to content

Commit a342071

Browse files
committed
Try paths-ignore (& for anchoring and * for aliasing)
The list of pathnames/patterns was the same. Try because IIRC ms-gh-actions support it, but try first.
1 parent 5db9723 commit a342071

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Push
22
on:
33
push:
4-
paths-ignore:
4+
paths-ignore: &paths-ignore
55
- docs/**
66
- NEWS
77
- UPGRADING
@@ -18,16 +18,7 @@ on:
1818
- PHP-8.4
1919
- master
2020
pull_request:
21-
paths-ignore:
22-
- docs/**
23-
- NEWS
24-
- UPGRADING
25-
- UPGRADING.INTERNALS
26-
- '**/README.*'
27-
- CONTRIBUTING.md
28-
- CODING_STANDARDS.md
29-
- .cirrus.yml
30-
- .circleci/**
21+
paths-ignore: *paths-ignore
3122
branches:
3223
- '**'
3324
workflow_dispatch: ~

0 commit comments

Comments
 (0)