Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
28bb969
1
Parent(s):
57b6a78
Update paths detected by CI
Browse files- .github/workflows/CI.yml +8 -0
.github/workflows/CI.yml
CHANGED
@@ -2,9 +2,17 @@ on:
|
|
2 |
push:
|
3 |
branches:
|
4 |
- master
|
|
|
|
|
|
|
|
|
5 |
pull_request:
|
6 |
branches:
|
7 |
- master
|
|
|
|
|
|
|
|
|
8 |
|
9 |
jobs:
|
10 |
test:
|
|
|
2 |
push:
|
3 |
branches:
|
4 |
- master
|
5 |
+
paths:
|
6 |
+
- 'test/**'
|
7 |
+
- 'pysr/**'
|
8 |
+
- '.github/workflows/**'
|
9 |
pull_request:
|
10 |
branches:
|
11 |
- master
|
12 |
+
paths:
|
13 |
+
- 'test/**'
|
14 |
+
- 'pysr/**'
|
15 |
+
- '.github/workflows/**'
|
16 |
|
17 |
jobs:
|
18 |
test:
|