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

This commit is contained in:
2026-01-11 21:16:12 +01:00
parent 1ec88f37fb
commit a4b28d441b

View File

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