Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
fd9c9b0
1
Parent(s): 74b1f92
Update trigger branch
Browse files
.github/workflows/{shell-scrpit-test.yml → ci-shell.yml}
RENAMED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
-
name: Shell Script
|
| 2 |
|
| 3 |
on:
|
|
|
|
|
|
|
| 4 |
push:
|
| 5 |
-
branches:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
env:
|
| 8 |
PYTHON_VERSION: '3.9'
|
|
|
|
| 1 |
+
name: CI Shell Script
|
| 2 |
|
| 3 |
on:
|
| 4 |
+
workflow_dispatch:
|
| 5 |
+
|
| 6 |
push:
|
| 7 |
+
branches:
|
| 8 |
+
- master
|
| 9 |
+
pull_request:
|
| 10 |
+
branches:
|
| 11 |
+
- master
|
| 12 |
|
| 13 |
env:
|
| 14 |
PYTHON_VERSION: '3.9'
|