Fix workflow

This commit is contained in:
Michael Droettboom 2018-11-02 13:02:00 -04:00
parent 76415e4abd
commit b50c8d622f
1 changed files with 8 additions and 2 deletions

View File

@ -112,14 +112,20 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
tags:
only: /^v\d+\.\d+\.\d+$/
- test-chrome:
requires:
- build
- test-firefox:
requires:
- build
- test-python
tags:
only: /^v\d+\.\d+\.\d+$/
- test-python:
tags:
only: /^v\d+\.\d+\.\d+$/
- benchmark:
requires:
- build