We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d23d1e commit 634e9c1Copy full SHA for 634e9c1
1 file changed
.circleci/config.yml
@@ -26,7 +26,8 @@ workflows:
26
requires:
27
- build
28
29
- - hold_for_approval:
+ - hold:
30
+ type: approval
31
32
- linux_py_27_17
33
- linux_py_27_latest
@@ -42,8 +43,9 @@ workflows:
42
43
44
- hold
45
- tags:
46
- only: /[0-9]+(\.[0-9]+)*/
+ filters:
47
+ tags:
48
+ only: /[0-9]+(\.[0-9]+)*/
49
50
jobs:
51
build:
0 commit comments