From ed9a4e1c2a636751486ea8220246f0d820f4ce4b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 31 Oct 2025 21:02:08 +0100 Subject: [PATCH] fix event --- .woodpecker/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/image.yaml b/.woodpecker/image.yaml index 09a0c0a..7d9aed9 100644 --- a/.woodpecker/image.yaml +++ b/.woodpecker/image.yaml @@ -25,4 +25,4 @@ steps: password: from_secret: DEPLOY_TOKEN when: - event: [tag] + event: [push]