Skip to content

Commit 74f0cc5

Browse files
authored
Update homebrew.yml
1 parent b910021 commit 74f0cc5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/homebrew.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
name: Homebrew
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
- 'fix/*'
8+
- 'feature/*'
9+
410
repository_dispatch:
511
types: [release]
612
jobs:
713
homebrew:
814
name: Bump Homebrew formula
9-
runs-on: macos-latest
15+
runs-on: ubuntu-latest
1016
steps:
1117
- uses: mislav/bump-homebrew-formula-action@v1
1218
with:
13-
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
19+
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
1420
formula-name: gitversion
1521
env:
1622
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)