From c8d0437880b3f333d5c0794363edbef98c78a57c Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 26 Jul 2023 15:58:48 +0200 Subject: [PATCH] fix pipeline 2nd try --- .woodpecker/.build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.build-image.yaml b/.woodpecker/.build-image.yaml index 521d549..baf9b0a 100644 --- a/.woodpecker/.build-image.yaml +++ b/.woodpecker/.build-image.yaml @@ -29,5 +29,5 @@ steps: - HUGO_VERSION: ${HUGO_VERSION} when: branch: - include: [ ** ] + include: [ * ] exclude: [ main ] \ No newline at end of file