diff --git a/.github/workflows/test-pypi.yaml b/.github/workflows/test-pypi.yaml index 5de1837..542d338 100644 --- a/.github/workflows/test-pypi.yaml +++ b/.github/workflows/test-pypi.yaml @@ -1,12 +1,6 @@ name: Tests for PyPI package -on: - pull_request: - branches: - - main - push: - branches: - - main +on: workflow_dispatch jobs: build-linux: