Skip to content

Commit

Permalink
Fix CircleCI config for releases (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Apr 2, 2022
1 parent 484c745 commit 913956e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,22 @@ workflows:
version: 2
test_deploy:
jobs:
- check_whitespace
- check_frontend
- test_go
- e2e
- check_whitespace:
filters:
tags:
only: /.*/
- check_frontend:
filters:
tags:
only: /.*/
- test_go:
filters:
tags:
only: /.*/
- e2e:
filters:
tags:
only: /.*/
- build_docker_images:
requires:
- check_whitespace
Expand All @@ -164,3 +176,5 @@ workflows:
filters:
branches:
only: master
tags:
only: /.*/

0 comments on commit 913956e

Please sign in to comment.