diff --git a/.github/workflows/github_action_publish_to_pypi.yml b/.github/workflows/github_action_publish_to_pypi.yml index de36549394..48d3c246fa 100644 --- a/.github/workflows/github_action_publish_to_pypi.yml +++ b/.github/workflows/github_action_publish_to_pypi.yml @@ -1,12 +1,12 @@ # This Evennia workflow will deploy the Evennia package automatically to -# test-pypi and to pypi (if tag was given). +# pypi if vNN tag was given. # name: publish-evennia on: push: - branches: [ master, develop ] + tags: ['v*'] jobs: build-and-publish: