diff --git a/Jenkinsfile b/Jenkinsfile index 2ef6c25..3b67c99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,13 +94,13 @@ pipeline { } } - stage('Prod deploy (on release)') { + stage('Prod deploy') { environment { DEPLOY_ENVIRONMENT = 'prod' } when { - tag "v*" + branch 'main' } steps {