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
This commit is contained in:
Matthew Fisher 2017-10-20 09:54:00 -07:00
parent 4f5e88d53d
commit f4f932fabd
1 changed files with 8 additions and 0 deletions

View File

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