diff --git a/.github/workflows/interface_auto.yml b/.github/workflows/interface_auto.yml index 50b69351..c44de412 100644 --- a/.github/workflows/interface_auto.yml +++ b/.github/workflows/interface_auto.yml @@ -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: @@ -62,4 +62,4 @@ jobs: env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | - git push https://JackyZzZzZ:$HF_TOKEN@huggingface.co/spaces/JackyZzZzZ/selector deployment:main --force + git push https://JackyZzZzZ:$HF_TOKEN@huggingface.co/spaces/JackyZzZzZ/selector cleaned-branch:main --force