Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
53e9e67
1
Parent(s):
a6b7d35
Test all branches
Browse files- .github/workflows/CI.yml +2 -2
.github/workflows/CI.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
on:
|
2 |
push:
|
3 |
branches:
|
4 |
-
-
|
5 |
paths:
|
6 |
- 'test/**'
|
7 |
- 'pysr/**'
|
@@ -10,7 +10,7 @@ on:
|
|
10 |
- 'Project.toml'
|
11 |
pull_request:
|
12 |
branches:
|
13 |
-
-
|
14 |
paths:
|
15 |
- 'test/**'
|
16 |
- 'pysr/**'
|
|
|
1 |
on:
|
2 |
push:
|
3 |
branches:
|
4 |
+
- '*'
|
5 |
paths:
|
6 |
- 'test/**'
|
7 |
- 'pysr/**'
|
|
|
10 |
- 'Project.toml'
|
11 |
pull_request:
|
12 |
branches:
|
13 |
+
- '*'
|
14 |
paths:
|
15 |
- 'test/**'
|
16 |
- 'pysr/**'
|