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.
1 parent 8cca0e8 commit e3df233Copy full SHA for e3df233
.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
@@ -18,6 +18,17 @@ on:
18
- PHP-8.1
19
- master
20
pull_request:
21
+ paths-ignore:
22
+ - docs/*
23
+ - NEWS
24
+ - UPGRADING
25
+ - UPGRADING.INTERNALS
26
27
+ - CONTRIBUTING.md
28
+ - CODING_STANDARDS.md
29
+ - .cirrus.yml
30
+ - .travis.yml
31
+ - travis/*
32
branches:
33
- '**'
34
concurrency:
0 commit comments