Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Fix tag deployment (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored Oct 17, 2019
1 parent 0c2fa8e commit b62a99b
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 @@ -54,7 +54,10 @@ workflows:
version: 2
build_and_deploy:
jobs:
- build
- build:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
- deploy:
requires:
- build
Expand Down

0 comments on commit b62a99b

Please sign in to comment.