Skip to content

Commit

Permalink
Added dependabot to branch naming check (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf authored Dec 19, 2024
1 parent b09af31 commit 09420b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
steps:
- name: Check for branch name
run:
if [[ $BRANCH_NAME =~ (feature|bugfix|hotfix|development|release|master)\/* ]]; then exit 0; else exit 1; fi
if [[ $BRANCH_NAME =~ (feature|bugfix|hotfix|development|dependabot|release|master)\/* ]]; then exit 0; else exit 1; fi

0 comments on commit 09420b7

Please sign in to comment.