From 46c3d4179008430ff77fa27a0db68daf2010a484 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Thu, 17 Oct 2019 16:08:19 +0800 Subject: Update CI --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3