diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 70c699f3..22432a75 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -262,7 +262,7 @@ stages: # Prod Build/Deploy - stage: Prod - condition: succeeded('QA') + condition: and(succeeded('QA'), eq(variables['Build.SourceBranch'], variables['prod-branch'] )) variables: - group: ISS-Prod jobs: