Skip to content

Commit

Permalink
Allow CI to run on branches with this name pattern: feature* (PowerSh…
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored and adityapatwardhan committed Apr 19, 2019
1 parent 1c4d88c commit 609d610
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vsts-ci/install-ps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
include:
- master
- release*
- feature*
paths:
include:
- /tools/install-powershell.sh
Expand All @@ -21,6 +22,7 @@ pr:
include:
- master
- release*
- feature*
paths:
include:
- /tools/install-powershell.sh
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand All @@ -19,6 +20,7 @@ pr:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand All @@ -19,6 +20,7 @@ pr:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/misc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ trigger:
include:
- master
- release*
- feature*

pr:
branches:
include:
- master
- release*
- feature*

resources:
- repo: self
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ trigger:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand All @@ -19,6 +20,7 @@ pr:
include:
- master
- release*
- feature*
paths:
include:
- '*'
Expand Down

0 comments on commit 609d610

Please sign in to comment.