chore(ci): add workflow_dispatch
Some checks failed
Markdown linter / markdown-lint (push) Successful in 5s
Golang Tests / unittest (push) Failing after 21s

This commit is contained in:
Markus Pesch 2025-05-21 21:38:00 +02:00
parent 9197d202bc
commit 09fa64d628
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
push:
branches: [ '**' ]
tags-ignore: [ '**' ]
workflow_dispatch: {}
jobs:
unittest:

View File

@ -4,6 +4,7 @@ on:
push:
branches: [ 'master' ]
paths: [ 'README.md' ]
workflow_dispatch: {}
jobs:
update-description-on-hub-docker-io: