Skip to content

Commit

Permalink
run tags release jobs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos authored and Łukasz Paczos committed Aug 14, 2019
1 parent 209b6bf commit 804292f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ workflows:
default:
jobs:
- build
- release
- release:
filters:
tags:
only: /v.*/
jobs:
build:
working_directory: ~/code
Expand Down

0 comments on commit 804292f

Please sign in to comment.