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 a759a5a commit efee306Copy full SHA for efee306
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ permissions:
10
11
jobs:
12
test:
13
+ if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
14
name: Test (pytest + coverage) — ${{ matrix.python-version }}
15
runs-on: ubuntu-latest
16
strategy:
.github/workflows/lint.yml
lint:
name: Lint & types (ruff + mypy)
0 commit comments