Sunil Surendra Singh commited on
Commit
80acc58
1 Parent(s): 0362b22

added main.yml

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: [master]
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://sssingh:$HF_TOKEN@huggingface.co/spaces/sssingh/famous-landmarks-classifier-cnn 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:
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push --force https://sssingh:$HF_TOKEN@huggingface.co/spaces/sssingh/famous-landmarks-classifier-cnn main