Skip to content
Snippets Groups Projects
Commit 20a6dd94 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

run main CI on every merge request

parent 6441b57e
No related branches found
No related tags found
1 merge request!117run main CI on every merge request
Pipeline #31218 passed
......@@ -4,6 +4,12 @@ stages:
- build-img
- test
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 main branch
build-img:
stage: build-img
image:
......
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