From 5c19ea29f34e4ebcc816be389eda19961fd5746c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 14 Feb 2021 18:05:05 -0600 Subject: [PATCH] Run doc build on main & release. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cad610246..1ef93c268 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -373,7 +373,7 @@ stages: - stage: Website_Update dependsOn: [Core] displayName: 'Website Update' - condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop') + condition: in(variables['Build.SourceBranch'], 'refs/heads/main', 'refs/heads/release') jobs: - job: Documentation