don't run service tests on master (#2392)

This commit is contained in:
chris48s
2018-12-04 19:43:17 +00:00
committed by GitHub
parent 7c0df62706
commit bca9df2560

View File

@@ -228,9 +228,15 @@ workflows:
- services:
requires:
- npm-install
filters:
branches:
ignore: master
- services@node-latest:
requires:
- npm-install
filters:
branches:
ignore: master
- danger:
requires:
- npm-install