Skip to content
Snippets Groups Projects
Commit c0cdb27a authored by Julian Rother's avatar Julian Rother
Browse files

Fix CI docs build on minor release branches

parent c9509468
No related branches found
No related tags found
No related merge requests found
Pipeline #8911 passed
......@@ -188,4 +188,4 @@ pages:
paths:
- public
rules:
- if: '$CI_COMMIT_TAG =~ /v[0-9]+[.][0-9]+[.][0-9]+.*/ || $CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH =~ /v[0-9]+[.][0-9]+[.]x$/ || $CI_COMMIT_BRANCH == "master"'
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