From 5d8521f3f39c0a2e2f041a38e6a0f20c426a2517 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Mon, 22 Jan 2024 13:22:49 +0530 Subject: [PATCH] Update .circleci/config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97c617404..112cc5104 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,8 +39,7 @@ workflows: parameters: python_version: ["3.8", "3.9", "3.10", "3.11"] airflow_version: ["2.6.3", "2.7.3", "2.8.1"] - # <<: *main_and_release_branches - <<: *all_branches_and_version_tag + <<: *main_and_release_branches - build-docs: <<: *all_branches_and_version_tag - test: