Change drone trigger to also run on tags
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-10-17 21:17:20 +02:00
parent 5c82b71b9c
commit 4b9592cfa1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@ kind: pipeline
name: release-latest
trigger:
branch:
- master
event:
- push
ref:
- refs/heads/master
- "refs/tags/**"
steps:
- name: fetch-tags