From b0cc4e59fad77fb9803dae864db6fbc1c6cc21b0 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 12 Mar 2025 10:07:38 +0100 Subject: [PATCH] fix: wrong trigger and branch --- .woodpecker.star | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.woodpecker.star b/.woodpecker.star index 1a8f03c6d7..bb8bb9425c 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -1939,7 +1939,7 @@ def changelog(): "push", ], "message": "Automated changelog update [skip ci]", - "branch": "master", + "branch": "main", "author_email": "devops@opencloud.eu", "author_name": "openclouders", "netrc_machine": "github.com", @@ -2086,12 +2086,6 @@ def notify(ctx): "depends_on": [], "when": [ { - "event": ["push", "manual"], - "branch": ["main", "release-*"], - "status": status, - }, - { - "event": "tag", "status": status, }, ],