msaifee commited on
Commit
375b73e
·
1 Parent(s): 2710611

main branch

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +2 -2
.github/workflows/main.yaml CHANGED
@@ -1,7 +1,7 @@
1
  name: Sync to Hugging Face Space
2
  on:
3
  push:
4
- branches: [master]
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
@@ -21,4 +21,4 @@ jobs:
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
- run: git push --force https://msaifee:$HF_TOKEN@huggingface.co/spaces/msaifee/Agentic-AI master
 
1
  name: Sync to Hugging Face Space
2
  on:
3
  push:
4
+ branches: [main]
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
 
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: git push --force https://msaifee:$HF_TOKEN@huggingface.co/spaces/msaifee/Agentic-AI main