Skip to content

Commit 2a59c40

Browse files
authored
[CI] Specify our PR build trigger in YAML. (#598)
It appears the one specified in the AzDO UI is no longer functioning.
1 parent 0a3354b commit 2a59c40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ trigger:
44
- master
55
- d16-*
66

7+
pr:
8+
- master
9+
- d16-*
10+
711
# Global variables
812
variables:
913
DotNetCoreVersion: 3.1.100

0 commit comments

Comments
 (0)