shreyashnadage commited on
Commit
c94ea59
1 Parent(s): 5c0dbf8

Update main.yml

Browse files

changed branch name from master to main

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: [master]
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
@@ -18,4 +18,4 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push --force https://ShreyashNadage:$HF_TOKEN@huggingface.co/spaces/ShreyashNadage/InvestmentCopilot master
 
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:
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push --force https://ShreyashNadage:$HF_TOKEN@huggingface.co/spaces/ShreyashNadage/InvestmentCopilot main