Skip to content

Commit

Permalink
add master to ignore branch for branch name test
Browse files Browse the repository at this point in the history
  • Loading branch information
slashformotion committed May 27, 2023
1 parent bdcf0a1 commit 0ce7ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
regex: '^(feature|bugfix|improvement|library|prerelease|release|hotfix|poc)\/[a-z0-9_.-]+$'
allowed_prefixes: 'feature,bugfix,improvement,library,prerelease,release,hotfix,poc'
ignore: main,dev
ignore: master,main,dev
min_length: 5
max_length: 50

Expand Down

0 comments on commit 0ce7ef7

Please sign in to comment.