Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Aug 12, 2019
1 parent 26c59db commit ea91745
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 @@ -59,7 +59,10 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- deploy:
requires:
- build
Expand Down

0 comments on commit ea91745

Please sign in to comment.