Use the correct base branch in the nightly pipeline .yml (#13052)
Blue committed
Jun 4, 2025 at 19:37 UTC
c3264b73f554ca814060fd403c61fb55ee0a6ffc
1 file changed
+1
-1
.pipelines/wsl-build-nightly-onebranch.yml
+1
-1
@@ -5,7 +5,7 @@ schedules:
5
- cron: "0 8 * * *"
6
displayName: Nightly build
7
branches:
8
- include: [main]
8
+ include: [master]
9
always: true
10
11
variables: