We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48605f4 + 19598f3 commit bdf0672Copy full SHA for bdf0672
1 file changed
.github/workflows/test.yml
@@ -2,15 +2,17 @@ name: Test
2
on:
3
push:
4
paths-ignore: &ignore_paths
5
+ - .circleci/**
6
+ - .github/CODEOWNERS
7
+ - .github/ISSUE_TEMPLATE/**
8
+ - '**/*.md'
9
+ - '**/*.rst'
10
- docs/**
11
+ - EXTENSIONS
12
+ - LICENSE
13
- NEWS
14
- UPGRADING
15
- UPGRADING.INTERNALS
- - '**/README.*'
- - CONTRIBUTING.md
- - CODING_STANDARDS.md
- - .cirrus.yml
- - .circleci/**
16
branches:
17
- PHP-8.2
18
- PHP-8.3
0 commit comments