Enable workflow_dispatch in CI

This commit is contained in:
Dave Halter
2024-10-16 12:39:33 +02:00
parent 91ffdead32
commit 6e5d5b779c

View File

@@ -1,5 +1,5 @@
name: ci name: ci
on: [push, pull_request] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
tests: tests: