From f7f8ab4ed0ce582e7478efb83d205f60d38bd29b Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 16 Jan 2024 12:08:09 -0500 Subject: [PATCH] fixed CI for tag updates --- .woodpecker/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index a5550f6..b5bbe88 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -29,4 +29,4 @@ steps: password: from_secret: pa_token when: - event: push + event: [push, tag]