Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
a9e039c
1
Parent(s):
1bcd8bd
update workflows
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -2,7 +2,7 @@ name: Deploy to Hugging Face spaces
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
-
branches: [
|
6 |
|
7 |
# to run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push --force https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms main
|
|
|
2 |
|
3 |
on:
|
4 |
push:
|
5 |
+
branches: [master]
|
6 |
|
7 |
# to run this workflow manually from the Actions tab
|
8 |
workflow_dispatch:
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://macrdel:[email protected]/spaces/macrdel/sentiment-summarize-youtube-comms master:main
|