Skip to content
Snippets Groups Projects
Commit c7b4f9ef authored by Paul Gierz's avatar Paul Gierz
Browse files

fix(ci): excludes bump from pipeline

parent f2b08ad4
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ auto-bump:
only:
refs:
- master
except:
variables:
- $CI_COMMIT_MESSAGE =~ "bump*"
artifacts:
paths:
- variables
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