Skip to content
Snippets Groups Projects
Commit e4132121 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

gitlab-ci.yml: enable builds for git tags


Set rule to run our build pipeline for git tags as well.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 1b377271
No related branches found
No related tags found
No related merge requests found
......@@ -107,3 +107,5 @@ update-docs:
- meta-*/**/*
# Run this job in case the pipeline changes.
- .ostc-ci/*.yml
# Run the build when a tag is placed.
- if: '$CI_COMMIT_TAG'
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