Spaces:
Running
Running
fix: correct formatting of branch specification in workflow configuration
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
-
branches:
|
| 5 |
-
-master
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|
|
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
+
branches:
|
| 5 |
+
- master
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|