Enable running tests from GitHub

This commit is contained in:
Thomas Lauf 2024-11-22 15:13:08 +01:00
parent e5b05cbe1b
commit eee650e889

View file

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