let workflow be manually triggered

This commit is contained in:
oliverpool 2022-03-23 20:55:05 +01:00
parent c223b0531f
commit 31f830073e

View file

@ -4,6 +4,7 @@ on:
schedule:
# daily, hour and minute chosen arbitrarily
- cron: "32 14 * * *"
workflow_dispatch:
jobs:
build: