Commit 5cabeb8c authored by Michael Droettboom's avatar Michael Droettboom

Fix tagging for deploy

parent 6814e077
......@@ -112,14 +112,20 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- test-chrome:
requires:
- build
- test-firefox:
requires:
- build
- test-python
- test-python:
filters:
tags:
only: /.*/
- 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