UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ad634268 authored by Josh Wolf's avatar Josh Wolf
Browse files

ci: widen regex for skipping ci on docs branches

parent 3108a24b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ workflow:
# run pipeline on commits to default branch
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# skip pipeline for branches that start with "docs"
- if: '$CI_COMMIT_REF_NAME =~ /^docs/'
- if: '$CI_COMMIT_REF_NAME =~ /^doc*/i'
when: never
# include templates
......
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