Skip to content

Commit f60a0de

Browse files
committed
ci: prevent release on PR
1 parent c4dcc14 commit f60a0de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
12+
if: github.event_name == 'push'
1213
env:
1314
UV_PYTHON: "3.10"
1415
steps:

0 commit comments

Comments
 (0)