Skip to content
  • David Diederich's avatar
    Regular expressions for the release branch are incorrect · f3ef8f63
    David Diederich authored
    For some, they are "/^release\/*/". The splat here doesn't mean "match anything", it means the previous character (slash) can exist
    any number of times. I think we were confused file globs and regexes.
    
    For others, they are "/^release\/*". Because of the missing slash at the end, this is simply invalid and ignored.
    f3ef8f63
Validating GitLab CI configuration… Learn more