Skip to content

Commit 04348e7

Browse files
committed
disable homebrew since it is automatically handled by BrewTestBot
1 parent 9a9e873 commit 04348e7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/homebrew-release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Release to Homebrew
2+
#on:
3+
# release:
4+
# types: [created]
5+
# workflow_dispatch:
26
on:
3-
release:
4-
types: [created]
5-
workflow_dispatch:
7+
workflow_run:
8+
workflows: []
9+
types:
10+
- requested
611
jobs:
712
homebrew-core:
813
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)