ci: Move build_release into default group
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2022-04-24 17:59:06 +02:00
parent 4396b9eca4
commit e156d5958b

View file

@ -30,7 +30,7 @@ pipeline:
- cargo build --all-features - cargo build --all-features
build_release: build_release:
group: release group: default
image: rust_full image: rust_full
commands: commands:
- cargo build --all-features --release - cargo build --all-features --release