remove branch condition again

This commit is contained in:
RealStickman 2022-09-13 15:19:52 +02:00
parent 8b05e06dd3
commit b073a07e23

View File

@ -3,7 +3,7 @@ pipeline:
image: python:latest
when:
event: tag
branch: main
# branch: [ main, master ] doesn't work atm
commands:
- python --version
- pip install -U build --quiet
@ -13,7 +13,7 @@ pipeline:
image: python:latest
when:
event: tag
branch: main
# branch: [ main, master ] doesn't work atm
secrets: [ twine_username, twine_password ]
commands:
- pip install -U twine --quiet