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
pull/3049/head
Matthew Fisher 7 years ago
parent 4f5e88d53d
commit f4f932fabd

@ -23,3 +23,11 @@ jobs:
- deploy:
name: deploy
command: .circleci/deploy.sh
workflows:
version: 2
build:
jobs:
- build:
filters:
tags:
only: /.*/

Loading…
Cancel
Save