Commit 1e54d150 authored by Justin Weber's avatar Justin Weber
Browse files

Update .gitlab-ci.yml file

parent 3ef684cc
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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