feat: enable manual triggering of CI workflow with workflow_dispatch event

This commit is contained in:
2025-08-24 14:25:42 +02:00
parent c9d67c8cd9
commit 73f6f74a71

View File

@@ -5,6 +5,7 @@ on:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
build_and_test: build_and_test: