2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00

Run doc build on main & release.

This commit is contained in:
Rene Rivera
2021-02-14 18:05:05 -06:00
parent 6c428ad610
commit 5c19ea29f3

View File

@@ -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