From 3df031c9b169a7ef34565211d42f396079465d23 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Thu, 27 Oct 2022 17:36:43 +0800 Subject: [PATCH] [ci] Add azp trigger for future release branches. (#12508) --- .azure-pipelines/official-build.yml | 2 +- azure-pipelines.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/official-build.yml b/.azure-pipelines/official-build.yml index 3ebb106a62..14308292f4 100644 --- a/.azure-pipelines/official-build.yml +++ b/.azure-pipelines/official-build.yml @@ -9,7 +9,7 @@ schedules: branches: include: - master - - 202012 + - 202??? always: true - cron: "0 4 * * *" displayName: nightly build for release diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de84c66e8d..60ef591efe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: branches: include: - master - - 202012 + - 202??? paths: exclude: - .github @@ -16,8 +16,7 @@ pr: branches: include: - master - - 202012 - - bullseye + - 202??? paths: exclude: - .github