mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -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:
|
aliases:
|
||||||
- &defaults
|
- &defaults
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:lts-browsers
|
- image: cimg/node:16.18.1-browsers
|
||||||
auth:
|
auth:
|
||||||
username: $DOCKERHUB_USERNAME
|
username: $DOCKERHUB_USERNAME
|
||||||
password: $DOCKERHUB_PASSWORD
|
password: $DOCKERHUB_PASSWORD
|
||||||
|
@ -76,6 +76,12 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- commitlint/lint:
|
- commitlint/lint:
|
||||||
target-branch: develop
|
target-branch: develop
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- /^hotfix\/.*/
|
||||||
build-test-no-deploy:
|
build-test-no-deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build-test:
|
- build-test:
|
||||||
|
|
Loading…
Reference in a new issue