Commit b50c8d62 authored by Michael Droettboom's avatar Michael Droettboom

Fix workflow

parent 76415e4a
...@@ -112,14 +112,20 @@ workflows: ...@@ -112,14 +112,20 @@ workflows:
version: 2 version: 2
build-and-deploy: build-and-deploy:
jobs: jobs:
- build - build:
tags:
only: /^v\d+\.\d+\.\d+$/
- test-chrome: - test-chrome:
requires: requires:
- build - build
- test-firefox: - test-firefox:
requires: requires:
- build - build
- test-python tags:
only: /^v\d+\.\d+\.\d+$/
- test-python:
tags:
only: /^v\d+\.\d+\.\d+$/
- benchmark: - benchmark:
requires: requires:
- build - 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