diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df0df97..cdb70e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - run: ruff check . - run: ruff format --check . - uses: pre-commit/action@v3.0.1 + env: + SKIP: no-commit-to-branch test: name: test (py${{ matrix.python-version }})