cerquide commited on
Commit
3d9a509
·
2 Parent(s): 31914ae 6ad933a

Merge branch 'master' of https://github.com/IIIA-ML/COCAM

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -1,7 +1,7 @@
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
- branches: [main]
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/cerquide/COCAM master:main
 
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