Skip to content

Commit

Permalink
Enable CircleCI to run on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Nov 6, 2019
1 parent bd371ae commit 853884c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ workflows:
build:
jobs:
- checkout
filters:
tags:
only: /^v.*/
- test:
requires:
- checkout
Expand Down

0 comments on commit 853884c

Please sign in to comment.