Skip to content

Commit 2385b88

Browse files
committed
build: skip commitlint develop [skip ci]
1 parent 1334f92 commit 2385b88

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,12 @@ workflows:
219219
commitlint:
220220
jobs:
221221
- commitlint/lint:
222-
target-branch: develop
222+
filters:
223+
branches:
224+
ignore:
225+
- master
226+
- develop
227+
- /^hotfix\/.*/
223228

224229
build-test-no-deploy:
225230
jobs:

0 commit comments

Comments
 (0)