We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c3d77 commit 6d23d1eCopy full SHA for 6d23d1e
1 file changed
.circleci/config.yml
@@ -26,7 +26,7 @@ workflows:
26
requires:
27
- build
28
29
- - deploy:
+ - hold_for_approval:
30
31
- linux_py_27_17
32
- linux_py_27_latest
@@ -37,7 +37,12 @@ workflows:
37
branches:
38
only:
39
- master
40
- tags:
+
41
+ - deploy:
42
+ requires:
43
+ - hold
44
45
+ tags:
46
only: /[0-9]+(\.[0-9]+)*/
47
48
jobs:
0 commit comments