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 * * *"
|
||||
displayName: Nightly build
|
||||
branches:
|
||||
include: [main]
|
||||
include: [master]
|
||||
always: true
|
||||
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Reference in New Issue