We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dcc14 commit f60a0deCopy full SHA for f60a0de
.github/workflows/test_and_release.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
+ if: github.event_name == 'push'
13
env:
14
UV_PYTHON: "3.10"
15
steps:
0 commit comments