Merge branch 'master' of https://github.com/IIIA-ML/COCAM
Browse files
.github/workflows/main.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://cerquide:[email protected]/spaces/
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [master]
|
5 |
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://cerquide:[email protected]/spaces/IIIACSIC/COCAM master:main
|