diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:16:40 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-29 21:16:40 +0800 |
commit | 278c613acee69756087ec6eb18ab8892a4a16c70 (patch) | |
tree | 692a157ccbdb9bcf7e9edfd0e3ce44b127e8ad06 /CI | |
parent | e21ef1ac89c799ded14fce8f4f319b0e5ac7ab81 (diff) | |
download | timeline-278c613acee69756087ec6eb18ab8892a4a16c70.tar.gz timeline-278c613acee69756087ec6eb18ab8892a4a16c70.tar.bz2 timeline-278c613acee69756087ec6eb18ab8892a4a16c70.zip |
CI: avoid dumplicate build for pull request.
Diffstat (limited to 'CI')
-rw-r--r-- | CI/build-pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CI/build-pipeline.yml b/CI/build-pipeline.yml index 33a75a95..31b587b0 100644 --- a/CI/build-pipeline.yml +++ b/CI/build-pipeline.yml @@ -1,3 +1,6 @@ +trigger:
+- master
+
variables:
buildConfiguration: 'Debug'
ASPNETCORE_ENVIRONMENT: 'Development'
|