global: use glob pattern instead of regex
Regular expressions are probably too hard to make right and are not necessary for identifying release tags. This PR replaces regex by glob patterns.
Curious to learn more about GitLab CI? Interested to work on a CI pipeline for your own project with experienced mentors? Then it's time to register for the brand-new HIFIS course
Regular expressions are probably too hard to make right and are not necessary for identifying release tags. This PR replaces regex by glob patterns.