From 1c6439d1afcf1fb13e2841092928e2b591bdfdd7 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 10 Jul 2020 14:01:01 +0300 Subject: [PATCH] Don't run check-merge-to-enterprise for release branches --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc54424a9..7287579e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -293,7 +293,12 @@ workflows: version: 2 build_and_test: jobs: - - check-merge-to-enterprise + - check-merge-to-enterprise: + filters: + branches: + ignore: + - /release-[0-9]+\.[0-9]+.*/ # match with releaseX.Y.* + - build - check-style - check-sql-snapshots