add workflow_dispatch to run manual

This commit is contained in:
Benjamin Funke 2026-04-22 08:33:15 +02:00 committed by GitHub
commit 7678aff0c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "master" ]
workflow_dispatch
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: