From 07027667d28493db603e512f39dfdca00f0d971f Mon Sep 17 00:00:00 2001 From: m53297601 <2053003901@qq.com> Date: Fri, 2 Apr 2021 10:50:18 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index f2e056f..8ca4f39 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,7 +1,7 @@ kind: pipeline type: docker -name: 开发流水线 +name: 测试流水线 platform: os: linux arch: amd64 @@ -50,6 +50,6 @@ steps: - echo ====部署成功====== trigger: branch: - - master + - develop event: - push