ci: allow manual trigger of pipeline in fork

This commit is contained in:
Niklas Wagner
2025-09-06 16:02:00 +02:00
parent 246a39d14a
commit 8948788fe2

View File

@@ -5,6 +5,7 @@ on:
branches: [ master ] branches: [ master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
workflow_dispatch:
permissions: permissions:
contents: read contents: read