[Build] Use wildcards on triggers (#5126)
authorRui Marinho <me@ruimarinho.net>
Mon, 4 Feb 2019 13:02:23 +0000 (13:02 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 13:02:23 +0000 (13:02 +0000)
azure-pipelines.yml

index 17cc4bb..d18740d 100644 (file)
@@ -34,17 +34,16 @@ trigger:
   branches:
     include:
     - master
-    - 3.3.0
-    - 3.4.0
-    - 3.5.0
+    - 3.*
+    - 4.*
   paths:
     exclude:
     - README.md
 
 pr:
 - master
-- 3.4.0
-- 3.5.0
+- 3.*
+- 4.*
 
 jobs:
 - job: Phase_1