Merge pull request #129 from aoneill01/feature/commitlint-branches

ci: do not run commitlint on master branch
This commit is contained in:
Andy O'Neill 2023-01-09 14:39:14 -05:00 committed by GitHub
commit 9ddf20d168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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