Deploy job is only run on dev and master

This commit is contained in:
Mathieu Magnin 2017-12-19 11:40:47 +01:00
parent 5e5b99885c
commit 820fd0a412

View file

@ -133,6 +133,11 @@ workflows:
requires:
- build
- deploy:
filters:
branches:
only:
- dev
- master
requires:
- test
- lint