diff --git a/.github/workflows/sync_to_huggingface.yml b/.github/workflows/sync_to_huggingface.yml index 9728520..5535f41 100644 --- a/.github/workflows/sync_to_huggingface.yml +++ b/.github/workflows/sync_to_huggingface.yml @@ -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: @@ -17,4 +17,4 @@ jobs: - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: git push --force https://SwastikM:$HF_TOKEN@huggingface.co/spaces/SwastikM/quantized-semnatic-search de1 + run: git push --force https://SwastikM:$HF_TOKEN@huggingface.co/spaces/SwastikM/quantized-semnatic-search mian