Skip to content
Snippets Groups Projects
Commit 64761262 authored by Samuel Tardieu's avatar Samuel Tardieu
Browse files

Run pipelines on merge requests and on the main branch

parent 0e9c2d1b
No related branches found
No related tags found
No related merge requests found
Pipeline #97865 passed
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
stages:
- check
- build
......
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