Commit f4f932fa authored by Matthew Fisher's avatar Matthew Fisher

fix circle not building tags

CircleCI recently skipped building tags by default, so we need to
explicitly enable it.

See https://circleci.com/docs/2.0/configuration-reference/#tags
parent 4f5e88d5
......@@ -23,3 +23,11 @@ jobs:
- deploy:
name: deploy
command: .circleci/deploy.sh
workflows:
version: 2
build:
jobs:
- build:
filters:
tags:
only: /.*/
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