We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc4c806 + e3df233 commit b4dc85fCopy full SHA for b4dc85f
.github/workflows/push.yml
@@ -6,7 +6,7 @@ on:
6
- NEWS
7
- UPGRADING
8
- UPGRADING.INTERNALS
9
- - README.md
+ - '**/README.*'
10
- CONTRIBUTING.md
11
- CODING_STANDARDS.md
12
- .cirrus.yml
@@ -19,6 +19,17 @@ on:
19
- PHP-8.2
20
- master
21
pull_request:
22
+ paths-ignore:
23
+ - docs/*
24
+ - NEWS
25
+ - UPGRADING
26
+ - UPGRADING.INTERNALS
27
28
+ - CONTRIBUTING.md
29
+ - CODING_STANDARDS.md
30
+ - .cirrus.yml
31
+ - .travis.yml
32
+ - travis/*
33
branches:
34
- '**'
35
concurrency:
0 commit comments