Skip to content

Commit

Permalink
Fixed "master" branch for workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Jun 28, 2024
1 parent 6538fe2 commit 0b72e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: Homebrew/actions/git-try-push@master
with:
token: ${{ github.token }}
branch: main
branch: master

- name: Delete branch
if: github.event.pull_request.head.repo.fork == false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: brew test-bot
on:
push:
branches:
- main
- master
pull_request:
jobs:
test-bot:
Expand Down

0 comments on commit 0b72e63

Please sign in to comment.