From 4b95bbfe3e03bd4a89f517cf7a538013afd0eed0 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 27 Apr 2021 13:34:05 -0700 Subject: [PATCH] drone.yml: drone gitea release try to get triggerable --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dfc417c..4145cbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,9 @@ steps: from_secret: buildfiles_key secrets: [gogs_account_token] when: - event: push + event: + - push + - tag status: [ success ] commands: - echo $BUILDFILES_KEY > ~/id_rsab64 @@ -127,7 +129,7 @@ volumes: temp: {} trigger: - repo: flutter/libcwtch-go + #repo: flutter/libcwtch-go branch: trunk event: - push