From 958c5466db801dc221d0d508122c2b34524af2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 16 May 2022 11:27:13 +0200 Subject: [PATCH] execute drone on each push --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0de221d..ea6397a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...