From d3b50fe5544daa46d1b98b8605c645ff98bf1a6c Mon Sep 17 00:00:00 2001 From: Ludger Sicking Date: Mon, 10 Aug 2026 16:01:17 +0200 Subject: [PATCH] Woodpecker konformes YAML > "note that a pattern starting with * should be put between quotes" > https://woodpecker-ci.org/docs/usage/workflow-syntax#branch --- .woodpecker/build_and_test_website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build_and_test_website.yaml b/.woodpecker/build_and_test_website.yaml index 48a678b..51ddb48 100644 --- a/.woodpecker/build_and_test_website.yaml +++ b/.woodpecker/build_and_test_website.yaml @@ -1,6 +1,6 @@ when: - branch: - include: * + include: "*" exclude: [main] event: manual path: