that should work
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-09-21 19:35:29 +02:00
parent a0b0716564
commit 01b55a1df1
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -57,8 +57,10 @@ pipeline {
}
stage('Deploy satrs-book') {
when {
branch 'main'
branch 'prep-book-release'
anyOf {
branch 'main'
branch 'prep-book-release'
}
}
steps {
dir('satrs-book') {