diff --git a/.woodpecker/.build-image.yaml b/.woodpecker/.build-image.yaml index 0cf7ddf..ee083e6 100644 --- a/.woodpecker/.build-image.yaml +++ b/.woodpecker/.build-image.yaml @@ -27,3 +27,7 @@ steps: dry-run: true build_args: - HUGO_VERSION: ${HUGO_VERSION} + when: + branch: + exclude: main + event: [ push, pull_request, manual ] \ No newline at end of file