diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac595d5..640a10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,9 @@ on: push: branches: - main - tags: - - '*' + release: + types: [published] pull_request: - branches: - - '*' env: PY_VERSION: '3.10'