iampekka058/branchMatchRegex

Check if the current branch matches a regex/wildcard pattern

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
patternsThe regex/wildcard patterns to match against the branchno""
pathThe path or URL to the file containing the patternno""
failOnUnmatchedPatternFail the action if the branch does not match the patternnotrue
useWildcardPatternsUse wildcard patterns for branch matching instead of regexnofalse
useDefaultPatternsUse default patterns for branch matchingnofalse
branchThe branch to match against the patternyes${{ github.head_ref }}

no outputs