ci: allow CI to be triggered manually

Adds workflow_dispatch so CI can be re-run on demand without pushing a commit.
Actions runs again now that the repo is public (private minutes were exhausted
since 2026-07-24, which is why every job failed with zero steps).
This commit is contained in:
J3vb
2026-07-30 16:38:46 +02:00
parent 9423d45796
commit 12d948ef66
+1
View File
@@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main, dev]
workflow_dispatch:
# Cancel in-progress runs for the same branch/PR
concurrency: