Allow CI to run on workflow dispatch

This commit is contained in:
Martin Frost 2025-07-03 22:13:05 +02:00
parent 46835b475e
commit cf3d8a1c2b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
on: push
on:
- push
- workflow_dispatch
name: CI