We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07e1673 + cd10f83 commit 6e821a7Copy full SHA for 6e821a7
.circleci/config.yml
@@ -219,6 +219,7 @@ workflows:
219
commitlint:
220
jobs:
221
- commitlint/lint:
222
+ target-branch: develop
223
filters:
224
branches:
225
ignore:
.eslintignore
@@ -3,3 +3,4 @@ build/*
3
dist/*
4
static/javascripts/*
5
opal/*
6
+coverage/*
0 commit comments