From a39f8a45bcbdb0287d44f0b760a169fd3ed1ed2b Mon Sep 17 00:00:00 2001 From: shuirong Date: Wed, 22 Oct 2025 18:10:03 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E3=80=81=E6=AD=A3=E5=BC=8F=E7=9A=84=E5=88=86=E6=94=AF=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2189809..366bc72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ workflows: filters: branches: only: - - main + - master - deploy: name: deploy-for-test docker-tag: '' @@ -85,7 +85,7 @@ workflows: filters: branches: only: - - main + - master requires: - build-for-test - build-and-push: @@ -99,7 +99,7 @@ workflows: filters: branches: only: - - main + - prod - deploy: name: deploy-for-prod docker-tag: '' @@ -111,6 +111,6 @@ workflows: filters: branches: only: - - main + - prod requires: - build-for-prod \ No newline at end of file