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

Fix tagging for deploy

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