Skip to content
Snippets Groups Projects
Commit 38742f62 authored by Florian Obersteiner's avatar Florian Obersteiner :octopus:
Browse files

run on normal semvers

parent 2c682e30
No related branches found
Tags v0.0.11
No related merge requests found
Pipeline #424418 passed
......@@ -10,10 +10,10 @@ variables:
# so we need to copy instead of using hard links.
UV_LINK_MODE: copy
# Only run the pipeline for tag pushes matching the pattern "v*-pre"
# Only run the pipeline for tag pushes matching the pattern "v*"
workflow:
rules:
- if: $CI_COMMIT_TAG =~ /^v.*-pre/
- if: $CI_COMMIT_TAG =~ /^v.*/
# Run tests...
test:
......
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