Don't run check-merge-to-enterprise for release branches

pull/4023/head
Onur Tirtir 2020-07-10 14:01:01 +03:00
parent f3a01482b4
commit 1c6439d1af
1 changed files with 6 additions and 1 deletions

View File

@ -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