Change drone trigger to also run on tags
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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