Spaces:
Sleeping
Sleeping
Commit
·
a26da5f
1
Parent(s):
1902017
Build on change to Project.toml
Browse files- .github/workflows/CI.yml +2 -0
.github/workflows/CI.yml
CHANGED
|
@@ -7,6 +7,7 @@ on:
|
|
| 7 |
- 'pysr/**'
|
| 8 |
- '.github/workflows/**'
|
| 9 |
- 'setup.py'
|
|
|
|
| 10 |
pull_request:
|
| 11 |
branches:
|
| 12 |
- master
|
|
@@ -15,6 +16,7 @@ on:
|
|
| 15 |
- 'pysr/**'
|
| 16 |
- '.github/workflows/**'
|
| 17 |
- 'setup.py'
|
|
|
|
| 18 |
|
| 19 |
jobs:
|
| 20 |
test:
|
|
|
|
| 7 |
- 'pysr/**'
|
| 8 |
- '.github/workflows/**'
|
| 9 |
- 'setup.py'
|
| 10 |
+
- 'Project.toml'
|
| 11 |
pull_request:
|
| 12 |
branches:
|
| 13 |
- master
|
|
|
|
| 16 |
- 'pysr/**'
|
| 17 |
- '.github/workflows/**'
|
| 18 |
- 'setup.py'
|
| 19 |
+
- 'Project.toml'
|
| 20 |
|
| 21 |
jobs:
|
| 22 |
test:
|