We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b4a6 commit 19598f3Copy full SHA for 19598f3
1 file changed
.github/workflows/test.yml
@@ -2,18 +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
- - '**/*.md'
- - '**/*.rst'
- - .github/CODEOWNERS
- - .github/ISSUE_TEMPLATE/**
- - .cirrus.yml
16
- - .circleci/**
17
branches:
18
- PHP-8.2
19
- PHP-8.3
0 commit comments