aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-17 16:09:06 +0800
committer杨宇千 <crupest@outlook.com>2019-10-17 16:09:06 +0800
commitb9451c5279e1fc764748fbd3ccdb449b3dce5a34 (patch)
tree981a746e231876ecee18480a26dddbf0eb5c93b5
parent722bc30f5465f07b6546e73401e3be9fe0a6dd04 (diff)
parent46c3d4179008430ff77fa27a0db68daf2010a484 (diff)
downloadtimeline-b9451c5279e1fc764748fbd3ccdb449b3dce5a34.tar.gz
timeline-b9451c5279e1fc764748fbd3ccdb449b3dce5a34.tar.bz2
timeline-b9451c5279e1fc764748fbd3ccdb449b3dce5a34.zip
Merge branch 'master' into add-cors
-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'