Skip to content

Commit 3a80acc

Browse files
committed
Add PR trigger back to YAML
I think these previously worked without the YAML PR trigger because of GUI setup that I messed up by changing the service connection.
1 parent 84d4d2f commit 3a80acc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .vsts-ci/azure-pipelines-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ trigger:
1313
include:
1414
- master
1515

16+
pr:
17+
- master
18+
1619
jobs:
1720
- job: PS51_Win2016
1821
displayName: PowerShell 5.1 - Windows Server 2016

Diff for: .vsts-ci/misc-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ trigger:
55
include:
66
- master
77

8+
pr:
9+
- master
10+
811
resources:
912
repositories:
1013
- repository: ComplianceRepo

0 commit comments

Comments
 (0)