mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
Merge pull request #2121 from aoneill01/feature/commitlint-branches
ci: do not run commitlint on develop branch
This commit is contained in:
commit
cdf31584e2
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@ orbs:
|
|||
aliases:
|
||||
- &defaults
|
||||
docker:
|
||||
- image: cimg/node:lts-browsers
|
||||
- image: cimg/node:16.18.1-browsers
|
||||
auth:
|
||||
username: $DOCKERHUB_USERNAME
|
||||
password: $DOCKERHUB_PASSWORD
|
||||
|
@ -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