Skip to content

Commit cc90f7e

Browse files
committed
ci: setup ci release
1 parent 4d1c2a7 commit cc90f7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
tags:
55
- "v*"
6-
pull_request:
76
workflow_dispatch:
87
permissions:
98
contents: read
@@ -197,7 +196,7 @@ jobs:
197196

198197
build-all:
199198
runs-on: ubuntu-latest
200-
needs: [build, linux, mussllinux, windows, macos, sdist]
199+
needs: [build, linux, musllinux, windows, macos, sdist]
201200
steps:
202201
- run: echo "All builds completed successfully"
203202

0 commit comments

Comments
 (0)