Skip to content

Commit

Permalink
CI: Restore deploy/release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Nov 14, 2019
1 parent bc6229c commit 7520d1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ workflows:
build_deploy:
jobs:
- build
# - deploy:
# requires:
# - build
# - release:
# requires:
# - build
- deploy:
requires:
- build
- release:
requires:
- build

0 comments on commit 7520d1c

Please sign in to comment.