Skip to content

Commit

Permalink
Merge pull request #6 from agenovese/master
Browse files Browse the repository at this point in the history
Fix circle configuration
  • Loading branch information
agenovese authored Jan 31, 2018
2 parents a09da2f + 48ebe3d commit e392526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,16 @@ workflows:
jobs:
- build:
filters:
tags:
only: /.*/
branches:
only: /.*/
- test:
requires:
- build
filters:
tags:
only: /.*/
branches:
only: /.*/
- deploy:
Expand Down

0 comments on commit e392526

Please sign in to comment.