We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b910021 commit 74f0cc5Copy full SHA for 74f0cc5
.github/workflows/homebrew.yml
@@ -1,16 +1,22 @@
1
name: Homebrew
2
3
on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - 'fix/*'
8
+ - 'feature/*'
9
+
10
repository_dispatch:
11
types: [release]
12
jobs:
13
homebrew:
14
name: Bump Homebrew formula
- runs-on: macos-latest
15
+ runs-on: ubuntu-latest
16
steps:
17
- uses: mislav/bump-homebrew-formula-action@v1
18
with:
- # 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:
20
formula-name: gitversion
21
env:
22
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
0 commit comments