Skip to content
Snippets Groups Projects
Commit 7fcf97ab authored by Thanassis Tsiodras's avatar Thanassis Tsiodras
Browse files

Trigger on merge requests.

parent e8266a91
Branches multi-instance
No related tags found
No related merge requests found
# image: $CI_REGISTRY_IMAGE/taste:latest
image: dmt:latest
workflow:
rules:
- if: $CI_MERGE_REQUEST_ID # Execute jobs in merge request context
- if: $CI_COMMIT_BRANCH == 'CoRA-EBB' # Execute jobs when a new commit is pushed to any branch
variables:
GIT_SUBMODULE_STRATEGY: recursive
......
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