From b932e20ed113117cb83120571177c438aecd2bb4 Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 26 Jul 2023 16:02:16 +0200 Subject: [PATCH] fix pipeline 4th try --- .woodpecker/.build-image.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.build-image.yaml b/.woodpecker/.build-image.yaml index bc227a9..7f096ad 100644 --- a/.woodpecker/.build-image.yaml +++ b/.woodpecker/.build-image.yaml @@ -19,7 +19,7 @@ steps: build_args: - HUGO_VERSION: ${HUGO_VERSION} when: - branch: [ main ] + branch: main test: image: woodpeckerci/plugin-docker-buildx @@ -29,4 +29,5 @@ steps: - HUGO_VERSION: ${HUGO_VERSION} when: branch: - exclude: [ main ] \ No newline at end of file + include: ** + exclude: main \ No newline at end of file