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 | 402242430adea1570b3469c7d2466e3052dd377f (patch) | |
tree | 692a157ccbdb9bcf7e9edfd0e3ce44b127e8ad06 | |
parent | 246e4eafeb10a26e049d1905c9721c1fb1181aed (diff) | |
download | timeline-402242430adea1570b3469c7d2466e3052dd377f.tar.gz timeline-402242430adea1570b3469c7d2466e3052dd377f.tar.bz2 timeline-402242430adea1570b3469c7d2466e3052dd377f.zip |
CI: avoid dumplicate build for pull request.
-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'
|