Zhitomir commited on
Commit
255f8ba
·
1 Parent(s): 6d4efb3

revert previous changes

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy-hf.yml +2 -2
.github/workflows/deploy-hf.yml CHANGED
@@ -1,7 +1,7 @@
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
- branches: [dev]
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://Zhitomir:$HF_TOKEN@huggingface.co/spaces/Zhitomir/chat dev:main
 
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
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://Zhitomir:$HF_TOKEN@huggingface.co/spaces/Zhitomir/chat main