fix(ci): only run build_debian on tags
This commit is contained in:
parent
c232770355
commit
cb7f8ace16
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ pipeline:
|
|||
build_debian:
|
||||
image: python:3.11-bookworm
|
||||
group: package
|
||||
when:
|
||||
event: tag
|
||||
environment:
|
||||
- PACKAGE_AUTHOR=s3lph@kabelsalat.ch
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue