We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a6a9f commit a979b82Copy full SHA for a979b82
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: Homebrew/actions/git-try-push@master
25
with:
26
token: ${{ github.token }}
27
- branch: main
+ branch: master
28
29
- name: Delete branch
30
if: github.event.pull_request.head.repo.fork == false
0 commit comments