🚧 GitHub Actions: Allow running test manually

pull/90/head
Mike Gerber 9 months ago
parent c1b8d983e6
commit 77bcecd2d0

@ -6,6 +6,7 @@ on:
- master
schedule:
- cron: "00 16 07 * *" # = monthly
workflow_dispatch:
jobs:
test:

Loading…
Cancel
Save