diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baf39dca9bfe43077872e5373988b77f8ab92886..4e542a04b6c0d95a8ed0a9abcf0418d0f2a653a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,6 +197,8 @@ pages: needs: ['Autobranch'] - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "preview" needs: [] + - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master" + needs: [] - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "release" needs: [] @@ -265,6 +267,7 @@ pages: } build_branch main main build_branch preview preview + build_branch master master # TODO: For now the release branch doc won't build as it lacks some necessary fixes # build_branch release release