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:
|
build_debian:
|
||||||
image: python:3.11-bookworm
|
image: python:3.11-bookworm
|
||||||
group: package
|
group: package
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
environment:
|
environment:
|
||||||
- PACKAGE_AUTHOR=s3lph@kabelsalat.ch
|
- PACKAGE_AUTHOR=s3lph@kabelsalat.ch
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue