Skip to content

Commit 07e1673

Browse files
authored
Merge pull request #318 from smalruby/fix-deploy
build: skip commitlint develop [skip ci]
2 parents 57f4746 + 2385b88 commit 07e1673

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)