Skip to content

Commit

Permalink
Updated Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kolarski committed Jun 16, 2019
1 parent d9043a0 commit a18c394
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ workflows:
ignore: /.*/
requires:
- checkout
- browserify:
requires:
- build
- build:
filters:
tags:
Expand All @@ -197,6 +194,9 @@ workflows:
requires:
- test
- lint
- browserify:
requires:
- build
- deploy:
filters:
tags:
Expand All @@ -205,3 +205,4 @@ workflows:
ignore: /.*/
requires:
- build
- browserify

0 comments on commit a18c394

Please sign in to comment.