Skip to content

Commit 03ebbb7

Browse files
author
Oren Novotny
authored
Add PR trigger
1 parent cce7279 commit 03ebbb7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure-pipelines.ix.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ trigger:
99
- .editorconfig
1010
- azure-pipelines.ix.yml
1111

12+
pr:
13+
branches:
14+
include:
15+
- master
16+
- rel/*
17+
paths:
18+
include:
19+
- Ix.NET/Source/*
20+
- .editorconfig
21+
- azure-pipelines.ix.yml
22+
1223
pool:
1324
vmImage: vs2017-win2016
1425

0 commit comments

Comments
 (0)