From 0b0d7a44c3705d2ea5cb21871bd05161a71901bd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Sep 2023 19:14:25 +0200 Subject: [PATCH] let's try this --- automation/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 12beda8..d13c168 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -58,6 +58,7 @@ pipeline { stage('Deploy satrs-book') { when { branch 'main' + branch 'prep-book-release' } steps { dir('satrs-book') {