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 | 1d5e54dead00c08b500b9d40ec4f86d2554a0aab (patch) | |
tree | ce6ee2ff86c2343d40bd617efff228de2b74172f /azure-pipelines.yml | |
parent | cc7dd9ec82ab9f1efd46544e378fd910021f45db (diff) | |
download | timeline-1d5e54dead00c08b500b9d40ec4f86d2554a0aab.tar.gz timeline-1d5e54dead00c08b500b9d40ec4f86d2554a0aab.tar.bz2 timeline-1d5e54dead00c08b500b9d40ec4f86d2554a0aab.zip |
Update CI. And now dev branch is apart from master deploy branch.
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 af2d4730..299e49dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger:
- master
+ - dev
stages:
- stage: build
|