Skip to content

Commit 2c4ead9

Browse files
author
Onur Rauf Bingol
committed
Run CircleCI on 5.x stable branch
1 parent f54c4c2 commit 2c4ead9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ workflows:
137137
branches:
138138
only:
139139
- master
140+
- 5.x
140141
- circleci-testing
141142
- pypi_deploy:
142143
requires:
@@ -145,6 +146,7 @@ workflows:
145146
branches:
146147
only:
147148
- master
149+
- 5.x
148150
- circleci-testing
149151
- anaconda_deploy:
150152
requires:
@@ -153,6 +155,7 @@ workflows:
153155
branches:
154156
only:
155157
- master
158+
- 5.x
156159
- circleci-testing
157160
- docker_build_py35:
158161
requires:
@@ -162,6 +165,7 @@ workflows:
162165
branches:
163166
only:
164167
- master
168+
- 5.x
165169
- circleci-testing
166170
- docker_build_py36:
167171
requires:
@@ -171,6 +175,7 @@ workflows:
171175
branches:
172176
only:
173177
- master
178+
- 5.x
174179
- circleci-testing
175180
- docker_build_py37:
176181
requires:
@@ -180,6 +185,7 @@ workflows:
180185
branches:
181186
only:
182187
- master
188+
- 5.x
183189
- circleci-testing
184190
- docker_build_py35_alpine:
185191
requires:
@@ -189,6 +195,7 @@ workflows:
189195
branches:
190196
only:
191197
- master
198+
- 5.x
192199
- circleci-testing
193200
- docker_build_py36_alpine:
194201
requires:
@@ -198,6 +205,7 @@ workflows:
198205
branches:
199206
only:
200207
- master
208+
- 5.x
201209
- circleci-testing
202210
- docker_build_py37_alpine:
203211
requires:
@@ -207,6 +215,7 @@ workflows:
207215
branches:
208216
only:
209217
- master
218+
- 5.x
210219
- circleci-testing
211220
- docker_build_pypy3:
212221
requires:
@@ -216,4 +225,5 @@ workflows:
216225
branches:
217226
only:
218227
- master
228+
- 5.x
219229
- circleci-testing

0 commit comments

Comments
 (0)