Spaces:
Runtime error
Runtime error
Junbo Koh
commited on
Commit
•
7ecae65
1
Parent(s):
042c9e0
Update cd.yml
Browse files- .github/workflows/cd.yml +2 -2
.github/workflows/cd.yml
CHANGED
@@ -3,7 +3,7 @@ name: Sync to Hugging Face hub
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
paths-ignore: [".github/**"]
|
8 |
|
9 |
workflow_dispatch:
|
@@ -23,5 +23,5 @@ jobs:
|
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
-
run: git push https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV
|
27 |
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- main
|
7 |
paths-ignore: [".github/**"]
|
8 |
|
9 |
workflow_dispatch:
|
|
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
+
run: git push https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV main
|
27 |
|