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