execute drone on each push

This commit is contained in:
Julien Fastré 2022-05-16 11:27:13 +02:00
parent 04d5a4870b
commit 958c5466db
1 changed files with 2 additions and 5 deletions

View File

@ -3,9 +3,6 @@ kind: pipeline
type: docker
name: build-release
when:
event:
- tag
steps:
@ -38,10 +35,10 @@ steps:
- admin-manual.pdf
checksum:
- sha512
title: ${DRONE_TAG}
title: ${DRONE_TAG:=latest}
prerelease: true
---
kind: signature
hmac: 96642721ee33af4911e786087ef479b0db15c77b3e32e5e7391397492f3ce180
hmac: 0b3c580c341083b8604053e1d5462ee6856c2d00dce9094e9a64ddd5a401e799
...