diff --git a/.gitea/workflows/develop_build_test.yaml b/.gitea/workflows/develop_build_test.yaml index 2c79f16f..958acc75 100644 --- a/.gitea/workflows/develop_build_test.yaml +++ b/.gitea/workflows/develop_build_test.yaml @@ -1,15 +1,10 @@ name: 手动 AiDA back-java Develop 分支构建部署 on: workflow_dispatch: - push: - branches: - - dev/3.1_release_merge jobs: build_and_deploy: runs-on: ubuntu-latest - if: "contains(github.event.head_commit.message, '[run build]')" - permissions: contents: read