diff options
author | crupest <crupest@outlook.com> | 2020-02-28 23:24:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-28 23:24:01 +0800 |
commit | 6bf12fb184ee87ba28293ecc576915cbbeab0cf0 (patch) | |
tree | ce6ee2ff86c2343d40bd617efff228de2b74172f | |
parent | 6098acf516321a3a9cf562b53e61f698b16c8d09 (diff) | |
download | timeline-6bf12fb184ee87ba28293ecc576915cbbeab0cf0.tar.gz timeline-6bf12fb184ee87ba28293ecc576915cbbeab0cf0.tar.bz2 timeline-6bf12fb184ee87ba28293ecc576915cbbeab0cf0.zip |
Update CI. And now dev branch is apart from master deploy branch.
-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 af2d4730..299e49dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger:
- master
+ - dev
stages:
- stage: build
|