Skip to content

Commit 9e61625

Browse files
authored
Merge pull request #44 from Frameio/jh/improve-ci
Improve CI stages
2 parents ed73575 + b3e768a commit 9e61625

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ workflows:
2626
requires:
2727
- build
2828

29-
- deploy:
29+
- hold:
30+
type: approval
3031
requires:
3132
- linux_py_27_17
3233
- linux_py_27_latest
@@ -38,7 +39,11 @@ workflows:
3839
only:
3940
- master
4041
tags:
41-
only: /[0-9]+(\.[0-9]+)*/
42+
only: /[0-9]+(\.[0-9]+)*/
43+
44+
- deploy:
45+
requires:
46+
- hold
4247

4348
jobs:
4449
build:

0 commit comments

Comments
 (0)