Skip to content

Commit

Permalink
Update sync_to_huggingface.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swastikmaiti authored Apr 30, 2024
1 parent 2bd41f6 commit cf90c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_to_huggingface.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sync to Hugging Face hub
on:
push:
branches: [dev1]
branches: [main]

# to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://SwastikM:[email protected]/spaces/SwastikM/quantized-semnatic-search de1
run: git push --force https://SwastikM:[email protected]/spaces/SwastikM/quantized-semnatic-search mian

0 comments on commit cf90c5f

Please sign in to comment.