Skip to content

Commit

Permalink
Update CircleCI workflows: hold publish job for manual approval
Browse files Browse the repository at this point in the history
  • Loading branch information
Khang-NT committed Apr 8, 2018
1 parent 870ea24 commit 20854f9
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 @@ -103,7 +103,8 @@ workflows:
- build_arm_x86
- build_arm_x86_64
- build_native_linux
- create_release:
- hold:
type: approval
requires:
- build_arm
- build_arm_v7a
Expand All @@ -112,6 +113,8 @@ workflows:
- build_arm_x86
- build_arm_x86_64
- build_native_linux
- create_release:
requires:
- hold
filters:
branches:
Expand Down

0 comments on commit 20854f9

Please sign in to comment.