From b55ca6d2478b249113ac3762056e61fb7186992e Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 18 Feb 2023 12:13:18 +0100 Subject: [PATCH] CI: only run on tag --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e7f97f5..407fdaf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,8 +47,8 @@ steps: depends_on: - start-github-action trigger: - status: - - success + ref: + - refs/tags/v* --- kind: pipeline type: docker