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