We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed73575 + b3e768a commit 9e61625Copy full SHA for 9e61625
1 file changed
.circleci/config.yml
@@ -26,7 +26,8 @@ workflows:
26
requires:
27
- build
28
29
- - deploy:
+ - hold:
30
+ type: approval
31
32
- linux_py_27_17
33
- linux_py_27_latest
@@ -38,7 +39,11 @@ workflows:
38
39
only:
40
- master
41
tags:
- only: /[0-9]+(\.[0-9]+)*/
42
+ only: /[0-9]+(\.[0-9]+)*/
43
+
44
+ - deploy:
45
+ requires:
46
+ - hold
47
48
jobs:
49
build:
0 commit comments