diff --git a/.woodpecker.yml b/.woodpecker.yml index 3791f27..2f2d67c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,8 @@ steps: - cp target/release/ibis . - gzip ibis - ls -la ibis.gz + when: + event: tag publish_release: image: woodpeckerci/plugin-github-release @@ -27,6 +29,8 @@ steps: title: ${CI_COMMIT_TAG##v} api-key: from_secret: github_token + when: + event: tag cargo_fmt: image: *rust_image