fix(ci): add workflow dispatch for releases
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m1s
Lint Markdown files / markdown-lint (push) Successful in 14s

This commit is contained in:
2026-01-11 21:16:04 +01:00
parent a55e12762f
commit 874e1d633a

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- '**'
workflow_dispatch: {}
jobs:
release: