JeffYang52415
commited on
chore: finishi test
Browse files
.github/workflows/huggingface-sync.yml
CHANGED
@@ -2,10 +2,8 @@ name: Deploy to Hugging Face Space
|
|
2 |
|
3 |
on:
|
4 |
workflow_dispatch:
|
5 |
-
|
6 |
branches: [main]
|
7 |
-
# push:
|
8 |
-
# branches: [main]
|
9 |
|
10 |
jobs:
|
11 |
sync:
|
|
|
2 |
|
3 |
on:
|
4 |
workflow_dispatch:
|
5 |
+
push:
|
6 |
branches: [main]
|
|
|
|
|
7 |
|
8 |
jobs:
|
9 |
sync:
|