From b96666d06ae37edc082e02918c05ea657d96001f Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Fri, 8 May 2020 16:29:17 -0500 Subject: [PATCH] Rename enterprise branch to master --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd72390e8..9904cff3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -222,7 +222,7 @@ workflows: - test-golang-1.14 filters: branches: - only: enterprise + only: master - dockerhub-upload: name: dockerhub-upload-stable tag_branch: true