Spaces:
Runtime error
Runtime error
Merge pull request #11 from gagan3012/gagan3012-patch-4
Browse files
.github/workflows/sync_to_hub.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Sync to Hugging Face hub
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
-
branches: [
|
| 6 |
|
| 7 |
# to run this workflow manually from the Actions tab
|
| 8 |
workflow_dispatch:
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
+
branches: [master]
|
| 6 |
|
| 7 |
# to run this workflow manually from the Actions tab
|
| 8 |
workflow_dispatch:
|