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