Skip to content
Snippets Groups Projects
Commit 9f04edfa authored by Matthew Bryan's avatar Matthew Bryan
Browse files

Update CI to run on MRs or Branches (not both)

parent f16dec4d
No related branches found
No related tags found
1 merge request!43Update CI to run on MRs or Branches (not both)
Pipeline #55041 passed
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
before_script:
# Install requirements for empyre:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment