Skip to content

chore(deps-dev): bump semver from 7.3.8 to 7.5.3 #138

chore(deps-dev): bump semver from 7.3.8 to 7.5.3

chore(deps-dev): bump semver from 7.3.8 to 7.5.3 #138

Workflow file for this run

# Unique name for this workflow
name: Enforce branch naming
# Definition when the workflow should run
on:
push:
branches-ignore:
- main
# Jobs to be executed
jobs:
validate-branch-name:
runs-on: ubuntu-latest
steps:
- name: Validate branch name requirements
uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-zA-Z])+\/([a-zA-Z])+'
min_length: 6