Commit b50c8d62 authored by Michael Droettboom's avatar Michael Droettboom

Fix workflow

parent 76415e4a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment