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 326fd7d commit 319fb17Copy full SHA for 319fb17
.github/workflows/build-test.yml
@@ -10,7 +10,7 @@ on:
10
- 'CONTRIBUTING.md'
11
- 'LICENSE'
12
pull_request:
13
- branches: [ 'main', 'next-v4' ]
+ branches: [ 'main' ]
14
15
jobs:
16
build:
.github/workflows/publish.yml
@@ -141,7 +141,7 @@ jobs:
141
142
homebrew:
143
runs-on: ubuntu-latest
144
- if: github.event_name == 'release' || github.event.inputs.package == 'all' || github.event.inputs.package == 'homebrew'
+ if: github.event_name == 'release' || github.event.inputs.package == 'homebrew'
145
needs: assets
146
steps:
147
- uses: actions/checkout@v4
0 commit comments