diff --git a/Jenkinsfile b/Jenkinsfile index be22d4b..d0a833b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,9 @@ pipeline { stage("publish") { parallel { stage ("git.reslate.systems") { + when { + branch **/main + } environment { CREDS = credentials('username-password-rs-git') }