Skip to content

Commit 8c26220

Browse files
committed
Add ignore path for tests
1 parent 3e810f5 commit 8c26220

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
branches:
66
- '*'
77
- '!master'
8+
9+
paths-ignore:
10+
- '.github/**'
11+
- README.md
12+
- README_TEMPLATE.md
13+
- CHANGELOG.md
14+
815
pull_request:
916
branches:
1017
- 'master'

0 commit comments

Comments
 (0)