From 162da42b8721cd0313a5142108355b746af0cc45 Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 4 Jun 2025 11:38:54 -0700 Subject: [PATCH] Use the correct base branch in the nightly pipeline .yml --- .pipelines/wsl-build-nightly-onebranch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/wsl-build-nightly-onebranch.yml b/.pipelines/wsl-build-nightly-onebranch.yml index 9a790fe3b..b418c749a 100644 --- a/.pipelines/wsl-build-nightly-onebranch.yml +++ b/.pipelines/wsl-build-nightly-onebranch.yml @@ -5,7 +5,7 @@ schedules: - cron: "0 8 * * *" displayName: Nightly build branches: - include: [main] + include: [master] always: true variables: