Merge pull request #4023 from citusdata/dont-check-merge-to-enterprise-release

Don't check-merge-to-enterprise for release branches
pull/4025/head
Onur Tirtir 2020-07-10 19:59:32 +03:00 committed by GitHub
commit 50b2c5a7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -293,7 +293,12 @@ workflows:
version: 2 version: 2
build_and_test: build_and_test:
jobs: jobs:
- check-merge-to-enterprise - check-merge-to-enterprise:
filters:
branches:
ignore:
- /release-[0-9]+\.[0-9]+.*/ # match with releaseX.Y.*
- build - build
- check-style - check-style
- check-sql-snapshots - check-sql-snapshots