ci: do not run commitlint on master branch

This commit is contained in:
Andy O'Neill 2023-01-05 16:36:54 -05:00
parent f2ab620036
commit 0954d4a15e

View file

@ -21,6 +21,10 @@ workflows:
jobs:
- commitlint/lint:
target-branch: master
filters:
branches:
ignore:
- master
main-workflow:
jobs:
- main-job