Skip to content

Commit

Permalink
CI: Fix target branch for push action
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jan 17, 2025
1 parent c2b7f4c commit 0ae293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: Homebrew/actions/git-try-push@master
with:
token: ${{ github.token }}
branch: master
branch: main

- name: Delete branch
if: github.event.pull_request.head.repo.fork == false
Expand Down

0 comments on commit 0ae293d

Please sign in to comment.