-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bd41f6
commit cf90c5f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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 |