mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 05:37:43 +00:00
Update the CI/CD configuration to deploy only from the main branch.
This commit is contained in:
@@ -16,3 +16,6 @@ steps:
|
|||||||
- $POETRY_HOME/bin/pip install poetry==1.3.2
|
- $POETRY_HOME/bin/pip install poetry==1.3.2
|
||||||
- $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:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user