ci: do not run commitlint on develop branch

This commit is contained in:
Andy O'Neill 2023-01-05 16:25:13 -05:00
parent 29a6caa65e
commit 7b4417c7d6

View file

@ -55,6 +55,9 @@ workflows:
jobs:
- commitlint/lint:
target-branch: develop
filters:
branches:
ignore: *release-branches
build_no_release:
jobs:
- build_no_release: