Skip to content

Commit 3436a30

Browse files
authored
[ci] Build dotnet release branches and PRs against dotnet release branches. (#1204)
1 parent a7e09b7 commit 3436a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
trigger:
44
- main
5-
- d16-*
5+
- release/*
66
- d17-*
77

88
pr:
99
branches:
1010
include:
1111
- main
12-
- d16-*
12+
- release/*
1313
- d17-*
1414
paths:
1515
exclude:

0 commit comments

Comments
 (0)