diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:08:19 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-17 16:08:19 +0800 |
commit | a0218a31048331d2dcc6453e3bd64031459bfbdc (patch) | |
tree | 5c380eee8fbecf5f113d3d5f95c1ff0907e20f1e /azure-pipelines.yml | |
parent | 9c2937a7fdfe5948096b8a6a6c60a68bb2f845bc (diff) | |
download | timeline-a0218a31048331d2dcc6453e3bd64031459bfbdc.tar.gz timeline-a0218a31048331d2dcc6453e3bd64031459bfbdc.tar.bz2 timeline-a0218a31048331d2dcc6453e3bd64031459bfbdc.zip |
Update CI
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
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'
|