diff --git a/.github/workflows/interface_auto.yml b/.github/workflows/interface_auto.yml index 05b2fb29..1a4104e3 100644 --- a/.github/workflows/interface_auto.yml +++ b/.github/workflows/interface_auto.yml @@ -2,11 +2,11 @@ name: Deployment on DockerHub and Hugging Face # Trigger the workflow on push and pull request events to the 'main' or 'master' branch on: -# push: -# branches: -# - "master" -# - "main" -# - "test" + push: + branches: + - "master" + - "main" + - "test" pull_request: branches: - "master"