mirror of https://github.com/microsoft/WSL
Use the correct base branch in the nightly pipeline .yml (#13052)
This commit is contained in:
parent
9144c17073
commit
c3264b73f5
|
|
@ -5,7 +5,7 @@ schedules:
|
||||||
- cron: "0 8 * * *"
|
- cron: "0 8 * * *"
|
||||||
displayName: Nightly build
|
displayName: Nightly build
|
||||||
branches:
|
branches:
|
||||||
include: [main]
|
include: [master]
|
||||||
always: true
|
always: true
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue