diff --git a/Jenkinsfile b/Jenkinsfile index be22d4b..2aa6585 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') }