Skip to content

Commit

Permalink
Fix CI for tags (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Feb 27, 2020
1 parent b04f187 commit fc5d67c
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 @@ -42,7 +42,10 @@ workflows:
version: 2
publish:
jobs:
- build
- build:
filters:
tags:
only: /\d+\.\d+\.\d+/
- publish:
requires:
- build
Expand Down

0 comments on commit fc5d67c

Please sign in to comment.