Skip to content

Commit

Permalink
Make CircleCI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Feb 18, 2018
1 parent 1c62c6c commit 7a32619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ workflows:
version: 2
build-n-deploy:
jobs:
- build
- build:
filters:
tags:
only: /^v.*/
- deploy:
requires:
- build
Expand Down

0 comments on commit 7a32619

Please sign in to comment.