diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 731f409..9002f1c 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -1,9 +1,5 @@ when: - # Manual-only — fired with IMAGE_TAG by the build pipeline (or - # by a human kicking off a deploy from the Woodpecker UI). - # The earlier `[manual, push]` would fire on every push and fail - # at check-vars because IMAGE_TAG is unset on push events. - - event: manual + - event: [manual, push] steps: - name: check-vars