Run current build daily

This commit is contained in:
Jarno Rankinen 2023-10-05 19:43:35 +03:00
parent a03d0816b6
commit 04f8a076d3
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
- cron: "59 23 * * *"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"