Update the CI/CD configuration to deploy only for the tag events.

This commit is contained in:
2023-11-04 22:42:47 +02:00
parent f2e70ccc85
commit 64fa91bbc1
+2 -2
View File
@@ -17,5 +17,5 @@ steps:
- $POETRY_HOME/bin/poetry install - $POETRY_HOME/bin/poetry install
- $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD - $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
when: when:
branch: event: tag
- main