build(woodpecker): run ci on next branch only and run full build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2024-05-08 08:36:24 +01:00
parent 4021c68d1f
commit 3ba5230e67

View file

@ -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