From bb9caa486469d5d6e5aca47f30a6e6b16eb2cf23 Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 19 May 2025 14:42:06 -0700 Subject: [PATCH] Update the pipelines to reference the default branch (#12918) --- .pipelines/wsl-build-nightly-localization.yml | 4 ++-- .pipelines/wsl-build-notice.yml | 2 +- .pipelines/wsl-build-pr-onebranch.yml | 2 +- SUPPORT.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pipelines/wsl-build-nightly-localization.yml b/.pipelines/wsl-build-nightly-localization.yml index dff79fc..9646249 100644 --- a/.pipelines/wsl-build-nightly-localization.yml +++ b/.pipelines/wsl-build-nightly-localization.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - main + - master paths: include: - 'localization/strings/en-US/Resources.resw' @@ -14,7 +14,7 @@ schedules: displayName: Nightly Touchdown Build Schedule branches: include: - - "main" + - "master" always: true pool: diff --git a/.pipelines/wsl-build-notice.yml b/.pipelines/wsl-build-notice.yml index 883166b..cd8fae9 100644 --- a/.pipelines/wsl-build-notice.yml +++ b/.pipelines/wsl-build-notice.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - main + - master pool: name: 'wsl-build' diff --git a/.pipelines/wsl-build-pr-onebranch.yml b/.pipelines/wsl-build-pr-onebranch.yml index f6a0e6e..ec74deb 100644 --- a/.pipelines/wsl-build-pr-onebranch.yml +++ b/.pipelines/wsl-build-pr-onebranch.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - main + - master - release/* variables: diff --git a/SUPPORT.md b/SUPPORT.md index bca2be3..e8e8fee 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -14,4 +14,4 @@ Technical Support for the use of WSL may also be available from Microsoft’s Cu [gh-issue]: https://github.com/microsoft/WSL/issues/new/choose [gh-bug]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=&template=bug_report.md&title= -[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title= \ No newline at end of file +[gh-feature]: https://github.com/microsoft/WSL/issues/new?assignees=&labels=feature&template=feature_request.md&title=