From 80fe4ed8601dda45d885e7eb4f83feb0b384dcfa Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Thu, 13 May 2021 22:54:11 +0800 Subject: [PATCH] [ci]: enable official build in release branch (#7603) Signed-off-by: Shilong Liu --- .azure-pipelines/official-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.azure-pipelines/official-build.yml b/.azure-pipelines/official-build.yml index fa79be9697..8173753e5a 100644 --- a/.azure-pipelines/official-build.yml +++ b/.azure-pipelines/official-build.yml @@ -11,6 +11,12 @@ schedules: - master - 202012 always: true +- cron: "0 4 * * *" + displayName: nightly build for release + branches: + include: + - 201911 + - 201811 trigger: none pr: none