Skip to content

Commit

Permalink
Test deployment using cleaned branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Jun 14, 2024
1 parent a951f61 commit 72520fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/interface_auto.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deployment on DockerHub and Hugging Face

# Trigger the workflow on push events to the 'deployment' branch
# Trigger the workflow on push events to the 'cleaned-branch' branch
on:
push:
branches:
- deployment
- cleaned-branch

jobs:
build-and-deploy:
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://JackyZzZzZ:[email protected]/spaces/JackyZzZzZ/selector deployment:main --force
git push https://JackyZzZzZ:[email protected]/spaces/JackyZzZzZ/selector cleaned-branch:main --force

0 comments on commit 72520fe

Please sign in to comment.