修改触发条件

This commit is contained in:
小王 2024-09-13 14:41:21 +08:00
parent 99e54e8528
commit e441071d50
1 changed files with 1 additions and 2 deletions

View File

@ -14,11 +14,10 @@ volumes:
host: host:
path: /tmp/.composer path: /tmp/.composer
# drone不支持同时使用ref和branch作为触发条件
trigger: trigger:
ref: ref:
- refs/tags/** - refs/tags/**
branch:
- master
steps: steps:
- name: "安装依赖" - name: "安装依赖"