diff --git a/.woodpecker.yml b/.woodpecker.yml index 0aca8df..9ae030f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,8 @@ steps: build: + when: + - event: push + branch: next image: rust:latest pull: true commands: @@ -8,3 +11,4 @@ steps: - cargo fmt --check - cargo clippy --fix -- -Dwarnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used - cargo test + - cargo build