Skip to content
Snippets Groups Projects
Verified Commit e70d5191 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CI] Added workflow:rules.

parent 333ea593
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,13 @@ stages: ...@@ -5,6 +5,13 @@ stages:
- gui - gui
- package - package
workflow:
rules:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == "master"
variables: variables:
# Docker image names # Docker image names
CONTAINER_GCC_IMAGE: $CI_REGISTRY_IMAGE/gcc:$CI_COMMIT_REF_SLUG CONTAINER_GCC_IMAGE: $CI_REGISTRY_IMAGE/gcc:$CI_COMMIT_REF_SLUG
......
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