Merge pull request #3049 from bacongobbler/fix-circle-tags

fix circle not building tags
pull/3060/head
Matthew Fisher 7 years ago committed by GitHub
commit 3fc189d688

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

Loading…
Cancel
Save