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