diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21507b1..7024ea2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: push: + branches: + - main tags: - '*' @@ -51,4 +53,4 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} - body: ${{ env.RELEASE_NOTES }} \ No newline at end of file + body: ${{ env.RELEASE_NOTES }}