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