Skip to content

Commit

Permalink
tag filter for circleci publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 13, 2018
1 parent 35d115d commit 3b6edd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ workflows:
- lint
- docs
filters:
branches:
ignore: /.*/
tags:
only: /.*/
only: /^v[\d.]+$/

jobs:
node4:
Expand Down

0 comments on commit 3b6edd0

Please sign in to comment.