From e5a2d810fc0fb2443582af07ca1b3d75cbaec8c6 Mon Sep 17 00:00:00 2001 From: Azlux Date: Mon, 10 Aug 2020 22:11:19 +0200 Subject: [PATCH] build on new release --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3cd2f38..1bb1f47 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: when: event: - push + - tag - name: translate-html image: python:3 @@ -24,6 +25,7 @@ steps: when: event: - push + - tag - name: deploy-testing image: debian