From 12fb0a8e1482718e53a8d1a58b952e8676042c9f Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Wed, 29 Jul 2026 09:21:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20main=E5=88=86=E6=94=AF=E4=B8=8D?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2staging=EF=BC=88=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=89=88=E6=9C=AC=E4=B8=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index 434ff8e32..8e3b13a73 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -1153,7 +1153,7 @@ jobs: cancel-in-progress: false needs: - build-staging - if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'develop') + if: github.event_name == 'push' && github.ref_name == 'develop' # main分支不自动部署staging(数据库版本超前19个迁移) steps: - name: Checkout code shell: sh