Junbo Koh commited on
Commit
7ecae65
1 Parent(s): 042c9e0

Update cd.yml

Browse files
Files changed (1) hide show
  1. .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
- - master
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:$HF_TOKEN@huggingface.co/spaces/DEBO-PROJECT/DEBO-DEV master
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:$HF_TOKEN@huggingface.co/spaces/DEBO-PROJECT/DEBO-DEV main
27