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:15:48 +01:00
parent 0cb518e981
commit 69afc87e4d

View File

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