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 4s

This commit is contained in:
2026-01-11 21:15:43 +01:00
parent 107744ad18
commit c097c3f192

View File

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