fix(ci): only run build_debian on tags

This commit is contained in:
s3lph 2023-07-25 03:31:21 +02:00
parent c232770355
commit cb7f8ace16
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -41,6 +41,8 @@ pipeline:
build_debian:
image: python:3.11-bookworm
group: package
when:
event: tag
environment:
- PACKAGE_AUTHOR=s3lph@kabelsalat.ch
commands: