aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9b8a5fdb..aa6eb684 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -42,6 +42,7 @@ stages:
- stage: deploy
displayName: Build Release and Deploy
dependsOn: build
+ condition: eq(variables['Build.SourceBranchName'], 'master')
variables:
buildConfiguration: 'Release'