Skip to content

Commit

Permalink
chore(circle): build on all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevmorris committed Jul 19, 2018
1 parent eda8235 commit 805580e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ workflows:
version: 2
main:
jobs:
- build
- build:
filters:
tags:
only:
/.*/
- deploy-nightly:
requires:
- build
Expand Down

0 comments on commit 805580e

Please sign in to comment.