Add event tag trigger in .drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed

This commit is contained in:
2021-02-08 11:24:36 +01:00
parent 67c877385f
commit 8730766c66

View File

@@ -86,8 +86,10 @@ steps:
trigger:
branch:
- release/*
ref:
- refs/tags/* # only trigger when tagging
event:
- tag
#ref:
# - refs/tags/* # only trigger when tagging
---
kind: pipeline
@@ -274,8 +276,10 @@ steps:
trigger:
branch:
- release/*
ref:
- refs/tags/* # only trigger when tagging
event:
- tag
#ref:
# - refs/tags/* # only trigger when tagging
---
kind: pipeline