Spaces:
Runtime error
Runtime error
Kave Bahraman commited on
Update formats_dev.yml
Browse files
.github/workflows/formats_dev.yml
CHANGED
|
@@ -3,6 +3,9 @@ name: Python application test with Github Actions
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [dev]
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
jobs:
|
| 8 |
build:
|
|
|
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [dev]
|
| 6 |
+
|
| 7 |
+
# to run this workflow manually from the Actions tab
|
| 8 |
+
workflow_dispatch:
|
| 9 |
|
| 10 |
jobs:
|
| 11 |
build:
|