We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeb169 commit b5245b5Copy full SHA for b5245b5
.circleci/config.yml
@@ -38,10 +38,21 @@ workflows:
38
jobs:
39
- test
40
- release-test
41
+ - deploy-approval:
42
+ type: approval
43
+ requires:
44
+ - test
45
+ - release-test
46
+ # filters:
47
+ # branches:
48
+ # only:
49
+ # - /^[0-9]\.[0-9]$/
50
+ # - master
51
- deploy:
52
requires:
53
54
55
+ - deploy-approval
56
filters:
57
branches:
58
only:
0 commit comments