ci: do not run commitlint on develop branch

This commit is contained in:
Andy O'Neill 2023-01-05 16:29:29 -05:00
parent 2b02355d47
commit 76a63797a2

View file

@ -76,6 +76,12 @@ workflows:
jobs:
- commitlint/lint:
target-branch: develop
filters:
branches:
ignore:
- master
- develop
- /^hotfix\/.*/
build-test-no-deploy:
jobs:
- build-test: