Skip to content

Commit 0fd764b

Browse files
committed
Update CircleCI workflows config: only require approval on master
1 parent 20854f9 commit 0fd764b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ workflows:
113113
- build_arm_x86
114114
- build_arm_x86_64
115115
- build_native_linux
116-
- create_release:
117-
requires:
118-
- hold
119116
filters:
120117
branches:
121118
only: master
119+
- create_release:
120+
requires:
121+
- hold
122122

123123

0 commit comments

Comments
 (0)