mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-13 22:50:01 -04:00
ci: do not run commitlint on develop branch
This commit is contained in:
parent
2b02355d47
commit
76a63797a2
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@ workflows:
|
|||
jobs:
|
||||
- commitlint/lint:
|
||||
target-branch: develop
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- master
|
||||
- develop
|
||||
- /^hotfix\/.*/
|
||||
build-test-no-deploy:
|
||||
jobs:
|
||||
- build-test:
|
||||
|
|
Loading…
Reference in a new issue