From 1b8ce18b2ceab424d587aedee0c4b276fa2a80ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Sun, 20 Apr 2025 19:23:57 +0200 Subject: [PATCH] cleaned up woodpecker.yml --- .woodpecker.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c841f0c..14ec2cf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,3 @@ -when: - - branch: main - event: push - - variables: - &file Dockerfile - &repo git.jmbit.de/${CI_REPO_OWNER}/${CI_REPO_NAME} @@ -20,5 +15,6 @@ steps: password: from_secret: forgejo_token when: + branch: main event: push