From d39c37e562616fea97f068888d8d8dc358143e08 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Wed, 27 Oct 2021 22:23:12 +0200 Subject: [PATCH] added event to when --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index aa8457e..3fd3aee 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,6 +13,7 @@ pipeline: files: target/release/reel-moby secrets: [api_key, base_url] when: + event: tag tag: test* notify: @@ -22,3 +23,6 @@ pipeline: message: "build {{build.number}} failed. Fix me please." when: status: failure + + +# http://plugins.drone.io/drone-plugins/drone-github-release/