Skip to content

Commit

Permalink
github: update workflows (move to main)
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 27, 2023
1 parent 7185272 commit 5603c5c
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 @@ -32,7 +32,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
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:
- master
- main
pull_request:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
Expand Down

0 comments on commit 5603c5c

Please sign in to comment.