diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0f0652..8831c1e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,8 @@ name: CI on: push: branches: [main] - tags: - - 'v*' + tags-ignore: + - v* pull_request: jobs: @@ -96,7 +96,7 @@ jobs: env: PYPI_TOKEN: ${{ secrets.PYPI_KEY }} GH_TOKEN: ${{ secrets.ADMIN_WRITE_PAT }} - run: semantic-release publish --minor --verbosity=DEBUG + run: semantic-release publish --verbosity=DEBUG # publish: # name: Publish to PyPi # if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')