Spaces:
Runtime error
Runtime error
Commit
·
f733bf5
1
Parent(s):
89b4793
Update branches
Browse files
.github/workflows/sync.yml
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches:
|
5 |
-
- main
|
6 |
-
- 'milestone-**'
|
7 |
|
8 |
# to run this workflow manually from the Actions tab
|
9 |
workflow_dispatch:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [main]
|
|
|
|
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|