Skip to content

Commit 8f22696

Browse files
committed
Update test.yml
1 parent f7eb5ef commit 8f22696

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ on:
33
push:
44
paths-ignore: &ignore_paths
55
- docs/**
6+
- EXTENSIONS
7+
- LICENSE
68
- NEWS
79
- UPGRADING
810
- UPGRADING.INTERNALS
9-
- '**/README.*'
10-
- CONTRIBUTING.md
11-
- CODING_STANDARDS.md
11+
- '**/*.md'
12+
- '**/*.rst'
13+
- '**/CREDITS'
14+
- .github/CODEOWNERS
15+
- .github/ISSUE_TEMPLATE/**
1216
- .cirrus.yml
1317
- .circleci/**
1418
branches:

0 commit comments

Comments
 (0)