From c3264b73f554ca814060fd403c61fb55ee0a6ffc Mon Sep 17 00:00:00 2001 From: Blue Date: Wed, 4 Jun 2025 19:37:56 +0000 Subject: [PATCH] Use the correct base branch in the nightly pipeline .yml (#13052) --- .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 9a790fe..b418c74 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: