Skip to content

Commit

Permalink
Fix Circle CI not running on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Jul 19, 2018
1 parent 3326f17 commit 9025f52
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 @@ -30,7 +30,10 @@ workflows:
version: 2
github:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- release:
filters:
branches:
Expand Down

0 comments on commit 9025f52

Please sign in to comment.