build: Ability to manually trigger Actions builds

This commit is contained in:
Jakob Borg 2023-08-09 10:50:07 +02:00
parent a8cacdca94
commit 9ebf2dae7b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
schedule:
# Run nightly build at 05:00 UTC
- cron: '00 05 * * *'
workflow_dispatch:
env:
# The go version to use for builds. We set check-latest to true when