let's try this
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-09-21 19:14:25 +02:00
parent 0d0cc98dfe
commit 0b0d7a44c3
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -58,6 +58,7 @@ pipeline {
stage('Deploy satrs-book') {
when {
branch 'main'
branch 'prep-book-release'
}
steps {
dir('satrs-book') {