Skip to content

Commit

Permalink
Merge pull request #5519 from flexion/fix-config
Browse files Browse the repository at this point in the history
Fix circle config to run deploy after tests on branches other than develop
  • Loading branch information
rachaelparris authored Jun 17, 2020
2 parents 4320945 + 1bfb168 commit c5b8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ workflows:
- develop
- deploy:
requires:
- bundle
- build-client-coverage
filters:
branches:
only:
Expand Down

0 comments on commit c5b8734

Please sign in to comment.