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