Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 68dff90

Browse files
authored
Update release.yml
1 parent 810375f commit 68dff90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
path: dist/*.whl
5353

5454
- name: Publish Python package
55-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
55+
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
5656
run: uv publish

0 commit comments

Comments
 (0)