diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8c0804ab31..a479a33ba8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -19,7 +19,14 @@ schedules: branches: include: - main - - stable-* + - stable-2 + - stable-3 + - cron: 0 8 * * 0 + displayName: Weekly (old branches) + always: true + branches: + include: + - stable-1 variables: - name: checkoutPath