Commit 9bffabdb authored by Michael Droettboom's avatar Michael Droettboom

Try to get master CI to run again

parent b50c8d62
...@@ -112,20 +112,14 @@ workflows: ...@@ -112,20 +112,14 @@ 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
tags: - test-python
only: /^v\d+\.\d+\.\d+$/
- test-python:
tags:
only: /^v\d+\.\d+\.\d+$/
- benchmark: - benchmark:
requires: requires:
- build - build
...@@ -134,7 +128,5 @@ workflows: ...@@ -134,7 +128,5 @@ workflows:
- test-firefox - test-firefox
- test-python - test-python
filters: filters:
branches:
ignore: /.*/
tags: tags:
only: /^v\d+\.\d+\.\d+$/ only: /^v\d+\.\d+\.\d+$/
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