Skip to content

Commit

Permalink
Changing the circleci config a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Myers committed May 13, 2019
1 parent 7c790e4 commit ae4e1f9
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 @@ -67,7 +67,10 @@ workflows:
version: 2
build-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- deploy:
requires:
- build
Expand Down

0 comments on commit ae4e1f9

Please sign in to comment.