Skip to content

Commit

Permalink
Missed this job earlier, tag filter needed here to start builds. (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryantwit authored and julianguyen committed Oct 3, 2018
1 parent 3eea31c commit 440ea52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ workflows:
- build
build-test-deploy:
jobs:
- setup-coverage
- setup-coverage:
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
- build:
requires:
- setup-coverage
Expand Down

0 comments on commit 440ea52

Please sign in to comment.