Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ stages: - build-docs - deploy #workflow: # rules: # - if: $CI_MERGE_REQUEST_ID workflow: rules: - if: $CI_MERGE_REQUEST_ID # Execute jobs in merge request context - if: $CI_COMMIT_BRANCH == 'main' # Execute jobs when a new commit is pushed to develop branch ################################################################################ # Build Docs Loading Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,10 @@ stages: - build-docs - deploy #workflow: # rules: # - if: $CI_MERGE_REQUEST_ID workflow: rules: - if: $CI_MERGE_REQUEST_ID # Execute jobs in merge request context - if: $CI_COMMIT_BRANCH == 'main' # Execute jobs when a new commit is pushed to develop branch ################################################################################ # Build Docs Loading