projects
/
platform
/
core
/
csapi
/
xsf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86054cd
)
[Build] Use wildcards on triggers (#5126)
author
Rui Marinho
<me@ruimarinho.net>
Mon, 4 Feb 2019 13:02:23 +0000
(13:02 +0000)
committer
GitHub
<noreply@github.com>
Mon, 4 Feb 2019 13:02:23 +0000
(13:02 +0000)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
17cc4bb
..
d18740d
100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-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