Commit 20a6dd94 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

run main CI on every merge request

parent 6441b57e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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: