diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10e257..69f496c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: CI on: push: - pull_request: workflow_dispatch: jobs: @@ -37,7 +36,6 @@ jobs: run: poetry run tox - name: 📦 Build package - if: env.ENABLE_PYPI_PUBLISH run: poetry build concurrency: diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yml b/{{cookiecutter.project_name}}/.github/workflows/ci.yml index c6dda71..52c1d73 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: CI on: push: - pull_request: workflow_dispatch: jobs: