feat(circle): enable build step for all tags

pull/4762/head 1.7.0
Luke Morris 2018-11-06 17:55:35 -08:00
parent c190db38d3
commit d49cdf2ae0
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ workflows:
version: 2 version: 2
main: main:
jobs: jobs:
- build - build:
filters:
tags:
only: /.*/
- deploy-nightly: - deploy-nightly:
requires: requires:
- build - build