Use the correct base branch in the nightly pipeline .yml (#13052)

This commit is contained in:
Blue 2025-06-04 19:37:56 +00:00 committed by GitHub
parent 9144c17073
commit c3264b73f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ schedules:
- cron: "0 8 * * *"
displayName: Nightly build
branches:
include: [main]
include: [master]
always: true
variables: