From 2c4ead9a2d12dc6e9853fc93cf988d4da963dc28 Mon Sep 17 00:00:00 2001 From: Onur Rauf Bingol Date: Tue, 7 Jul 2020 17:10:19 -0700 Subject: [PATCH] Run CircleCI on 5.x stable branch --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a787b03..0c1c2a06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,6 +137,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - pypi_deploy: requires: @@ -145,6 +146,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - anaconda_deploy: requires: @@ -153,6 +155,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py35: requires: @@ -162,6 +165,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py36: requires: @@ -171,6 +175,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py37: requires: @@ -180,6 +185,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py35_alpine: requires: @@ -189,6 +195,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py36_alpine: requires: @@ -198,6 +205,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_py37_alpine: requires: @@ -207,6 +215,7 @@ workflows: branches: only: - master + - 5.x - circleci-testing - docker_build_pypy3: requires: @@ -216,4 +225,5 @@ workflows: branches: only: - master + - 5.x - circleci-testing