Skip to content

Commit 1d195ff

Browse files
committed
Only run tests workflow on updates to relevant files
1 parent 6bf0592 commit 1d195ff

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
@@ -7,6 +7,13 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- .github/workflows/tests.yml
12+
- pyproject.toml
13+
- s2fft/**
14+
- tests/**
15+
- .coveragerc
16+
- CMakesLists.txt
1017
schedule:
1118
- cron: 0 0 * * 0
1219

0 commit comments

Comments
 (0)