Skip to content

Commit

Permalink
Updated circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Frase committed Sep 20, 2017
1 parent 5678606 commit 20ffe03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
workflows:
version: 2
untagged-build:
jobs:
- build:
filters:
branches:
only: /.*/
tags:
ignore: /.*/
tagged-build:
jobs:
- release-build:
Expand Down

0 comments on commit 20ffe03

Please sign in to comment.