Skip to content

Commit 319fb17

Browse files
committed
ci: temporary disable automatic homebrew deployment
1 parent 326fd7d commit 319fb17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'CONTRIBUTING.md'
1111
- 'LICENSE'
1212
pull_request:
13-
branches: [ 'main', 'next-v4' ]
13+
branches: [ 'main' ]
1414

1515
jobs:
1616
build:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
homebrew:
143143
runs-on: ubuntu-latest
144-
if: github.event_name == 'release' || github.event.inputs.package == 'all' || github.event.inputs.package == 'homebrew'
144+
if: github.event_name == 'release' || github.event.inputs.package == 'homebrew'
145145
needs: assets
146146
steps:
147147
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)