VarshithaChennamsetti commited on
Commit
d3da137
·
unverified ·
1 Parent(s): e7141ed

Update sync_to_huggingface.yml

Browse files
.github/workflows/sync_to_huggingface.yml CHANGED
@@ -1,7 +1,7 @@
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
- branches: [milestone-2]
5
 
6
  # to run this workflow manually from the Actions tab
7
  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://VarshithaCh:[email protected]/spaces/VarshithaCh/sentiment-analysis-app milestone-2
 
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
+ branches: [main]
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push --force https://VarshithaCh:[email protected]/spaces/VarshithaCh/sentiment-analysis-app main