From 19be5e94fd7261df5934272cc1ebbabfe369b153 Mon Sep 17 00:00:00 2001 From: Jun Xia Date: Wed, 24 Jul 2024 17:22:17 -0700 Subject: [PATCH] fix deployment --- .github/workflows/interface_auto.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/interface_auto.yml b/.github/workflows/interface_auto.yml index 1a4104e3..05b2fb29 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"