chore(ci): Simplify workflow trigger for diagnostics

This commit is contained in:
2025-07-23 00:29:39 +02:00
parent d32652ec2a
commit 21b198e37a

View File

@@ -5,17 +5,6 @@ on:
push:
tags:
- 'v2.*'
workflow_dispatch:
inputs:
release_type:
description: 'Release type'
required: true
default: 'stable'
type: choice
options:
- stable
- beta
- canary
env:
DOCKER_REGISTRY: ghcr.io