Skip to content

Commit

Permalink
Add tags filter on circle install job to enable tag builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dpraul committed Aug 8, 2017
1 parent 4e0ead3 commit 105ed95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ workflows:
jobs:
- install:
filters:
tags:
only: /.*/
branches:
ignore:
- gh-pages
Expand Down

0 comments on commit 105ed95

Please sign in to comment.