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

This commit is contained in:
2026-01-11 21:15:27 +01:00
parent 38e077086c
commit 92a3f387f8

View File

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