ci: run VSTS builds on master and maint branches (cherry picked from commit cd7883145f76a24db47dfd911cc8b0b387813c7c)
diff --git a/.vsts-ci.yml b/.vsts-ci.yml
index 4879aea..36ce777 100644
--- a/.vsts-ci.yml
+++ b/.vsts-ci.yml
@@ -1,6 +1,10 @@
resources:
- repo: self
+trigger:
+- master
+- maint/*
+
phases:
- phase: linux_trusty_gcc_openssl
displayName: 'Linux (Trusty; GCC; OpenSSL)'