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