build(woodpecker): run ci on next branch only and run full build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4021c68d1f
commit
3ba5230e67
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: next
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
@ -8,3 +11,4 @@ steps:
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo clippy --fix -- -Dwarnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
- cargo clippy --fix -- -Dwarnings -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
|
||||||
- cargo test
|
- cargo test
|
||||||
|
- cargo build
|
||||||
|
|
Loading…
Add table
Reference in a new issue