Merge pull request #20284 from Homebrew/dispatch-built-bottle-ref

dispatch-build-bottle: use `main` branch
This commit is contained in:
Carlo Cabrera 2025-07-21 02:52:54 +00:00 committed by GitHub
commit 6a8502809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ module Homebrew
def run
tap = Tap.fetch(args.tap || CoreTap.instance.name)
user, repo = tap.full_name.split("/")
ref = "master"
ref = "main"
workflow = args.workflow || "dispatch-build-bottle.yml"
runners = []