ci: Do not run full lint on release branches

It's good enough to validate it in context of PR's
This commit is contained in:
Mariusz Nowak 2019-12-05 16:14:33 +01:00
parent e4c7d5ca2f
commit e9417e76cc
No known key found for this signature in database
GPG Key ID: B1FBDA8A182B03F2

View File

@ -73,12 +73,9 @@ jobs:
- npm test -- -b
# master or release-fast-track branch
- name: 'Lint, Unit Tests - Node.js v12'
- name: 'Unit Tests - Node.js v12'
if: type != pull_request
node_js: 12
script:
- npm run lint
- npm test -- -b
- name: 'Unit Tests - Node.js v12'
os: windows