Skip to content

Commit c3264b7

Browse files
authored
Use the correct base branch in the nightly pipeline .yml (#13052)
1 parent 9144c17 commit c3264b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/wsl-build-nightly-onebranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schedules:
55
- cron: "0 8 * * *"
66
displayName: Nightly build
77
branches:
8-
include: [main]
8+
include: [master]
99
always: true
1010

1111
variables:

0 commit comments

Comments
 (0)