diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 6c30a62..575000c 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -19,7 +19,5 @@ pipeline: build_args: - VERSION="Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST}" when: - event: - - push - - tag + event: [push, tag] branch: master