Skip to content

Commit dc707ea

Browse files
authored
UPD: Update ci-workflow.yaml
1 parent 5e23789 commit dc707ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
branch_name=$(git rev-parse --abbrev-ref HEAD)
9595
echo "Current branch: $branch_name"
9696
fi
97-
if ! echo "$branch_name" | grep -Eq '^(main|feature/.+|hotfix/.+)$'; then
97+
if ! echo "$branch_name" | grep -Eq '^(main|feature/.+|hotfix/.+|dependabot/.+)$'; then
9898
echo "Error: Branch name $branch_name does not fit the naming convention."
9999
exit 1
100100
fi

0 commit comments

Comments
 (0)