Add a build schedule.

This commit is contained in:
Greyscale 2023-01-02 18:36:59 +01:00
parent f82cc93d01
commit e71cb3c5d5
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -3,6 +3,8 @@ name: Build
on:
push:
workflow_dispatch:
schedule:
- cron: '0 4 * * TUE'
jobs:
build: