Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
^master|release|tag\/.*$
/
gm

Description
Created·2022-05-04 08:04
Type·Match
Flavor·PCRE (Legacy)

rules:
        - if: '$CI_COMMIT_BRANCH !~ /^release|hotfix|$CI_DEFAULT_BRANCH\/.*$/'
          when: manual
          allow_failure: true
        - when: always
Submitted by Kramtoske
Open Workspace