From d0665838b5a9ccc7100159dd65a7dc56808d2f8a Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Thu, 27 Feb 2025 09:17:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/pcm1=E7=8E=AF=E5=A2=83cicd.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/pcm1环境cicd.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.devops/pcm1环境cicd.yml b/.devops/pcm1环境cicd.yml index 06e11bb..2af2b07 100644 --- a/.devops/pcm1环境cicd.yml +++ b/.devops/pcm1环境cicd.yml @@ -3,6 +3,15 @@ name: pcm1环境cicd description: "" global: concurrent: 1 +trigger: + webhook: gitlink@1.0.0 + event: + - ref: create_tag + ruleset: + - param-ref: tag + operator: EQ + value: '"部署"' + ruleset-operator: AND workflow: - ref: start name: 开始