Skip to content

Commit 3171c1d

Browse files
committed
Skip tests on changes to scripts
1 parent 50e99b5 commit 3171c1d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Test
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
paths-ignore:
6+
- "check_times.py"
7+
- "check_versions.py"
8+
pull_request:
9+
paths-ignore:
10+
- "check_times.py"
11+
- "check_versions.py"
12+
workflow_dispatch:
413

514
permissions:
615
contents: read

0 commit comments

Comments
 (0)