From 5447f63a3cefdb80b49abae7cf14370bba84e728 Mon Sep 17 00:00:00 2001 From: kipvandenbos Date: Tue, 21 Oct 2025 15:11:49 +0200 Subject: [PATCH] [bugfix] Use correct branch name for next publication (#113) Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/113 Co-authored-by: kipvandenbos Co-committed-by: kipvandenbos --- .woodpecker/snapshot_next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/snapshot_next.yaml b/.woodpecker/snapshot_next.yaml index ffd8b6ca9..fd915dd30 100644 --- a/.woodpecker/snapshot_next.yaml +++ b/.woodpecker/snapshot_next.yaml @@ -1,7 +1,7 @@ # https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions when: - event: push - branch: main + branch: next # https://goreleaser.com/ci/woodpecker/ # https://woodpecker-ci.org/docs/usage/workflow-syntax#clone