Skip to content

Update sfdx api version #99

Update sfdx api version

Update sfdx api version #99

Workflow file for this run

name: Enforce Branch Naming
on:
push:
branches-ignore:
- main
- dev
jobs:
validate-branch-name:
runs-on: ubuntu-latest
steps:
- name: 'Validate Branch Name'
uses: deepakputhraya/action-branch-name@master
with:
allowed_prefixes: 'feature,bugfix,release'
min_length: 6