From 2dce3abe84b772eb199e1164aace34107b005d7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Apr 2021 15:51:06 +0100 Subject: [PATCH] Use main branch when working with Homebrew tap's git repo Closes gh-26173 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 0837a7dc47..a208382b32 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -76,7 +76,7 @@ anchors: uri: ((homebrew-tap-repo)) username: ((github-username)) password: ((github-password)) - branch: master + branch: main resource_types: - name: artifactory-resource type: registry-image