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

(cherry picked from commit 1c6439d1af)
pull/4206/head
Onur Tirtir 2020-07-10 14:01:01 +03:00 committed by Hanefi Önaldı
parent 3de2d2868d
commit 61ab7006d0
No known key found for this signature in database
GPG Key ID: 45A2ACB84E394FBA
1 changed files with 6 additions and 1 deletions

View File

@ -287,7 +287,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