From 64fa91bbc187a5d9d5f1f7f89d204080af501c2b Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 4 Nov 2023 22:42:47 +0200 Subject: [PATCH] Update the CI/CD configuration to deploy only for the tag events. --- .drone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index 50649da..5e58668 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -17,5 +17,5 @@ steps: - $POETRY_HOME/bin/poetry install - $POETRY_HOME/bin/poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD when: - branch: - - main + event: tag +