1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 02:22:37 +02:00

Merge pull request #201 from nostalgic-css/commitlint-ignore-master

fix: Ignore `commitlint` when merging to `master`
This commit is contained in:
Trezy
2018-12-18 09:21:33 -06:00
committed by GitHub

View File

@@ -170,7 +170,10 @@ workflows:
main:
jobs:
- checkout
- commitlint
- commitlint:
filters:
branches:
ignore: master
- install-dependencies:
requires:
- checkout