Homebrew / actions

🚀 Homebrew's GitHub Actions
BSD 2-Clause "Simplified" License
123 stars 39 forks source link

Allow `git-try-push` to push to PR branches. #338

Closed carlocab closed 1 year ago

carlocab commented 1 year ago

Currently, git-try-push will push commits directly to master (unless branch is specified).

We need it to push to the current branch checked out when told to do so for Homebrew/homebrew-core#125556.

CC @MikeMcQuaid