1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 18:13:32 +02:00

fix: Ignore commitlint when merging to master

This commit is contained in:
Trezy
2018-12-18 09:07:08 -06:00
parent b30def8999
commit bdeb0298f2

View File

@@ -171,6 +171,9 @@ workflows:
jobs:
- checkout
- commitlint
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout