Spaces:
Running
Running
Commit
·
989f731
1
Parent(s):
a398433
Check dockerfile to trigger docker CI
Browse files
.github/workflows/CI_docker.yml
CHANGED
|
@@ -10,6 +10,7 @@ on:
|
|
| 10 |
- '.github/workflows/**'
|
| 11 |
- 'setup.py'
|
| 12 |
- 'Project.toml'
|
|
|
|
| 13 |
pull_request:
|
| 14 |
branches:
|
| 15 |
- '*'
|
|
@@ -19,6 +20,7 @@ on:
|
|
| 19 |
- '.github/workflows/**'
|
| 20 |
- 'setup.py'
|
| 21 |
- 'Project.toml'
|
|
|
|
| 22 |
|
| 23 |
jobs:
|
| 24 |
test:
|
|
|
|
| 10 |
- '.github/workflows/**'
|
| 11 |
- 'setup.py'
|
| 12 |
- 'Project.toml'
|
| 13 |
+
- 'Dockerfile'
|
| 14 |
pull_request:
|
| 15 |
branches:
|
| 16 |
- '*'
|
|
|
|
| 20 |
- '.github/workflows/**'
|
| 21 |
- 'setup.py'
|
| 22 |
- 'Project.toml'
|
| 23 |
+
- 'Dockerfile'
|
| 24 |
|
| 25 |
jobs:
|
| 26 |
test:
|