Skip to content

Commit

Permalink
fix: Ignore commitlint when merging to master
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Dec 18, 2018
1 parent b30def8 commit bdeb029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ workflows:
jobs:
- checkout
- commitlint
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout
Expand Down

0 comments on commit bdeb029

Please sign in to comment.