1
0
Fork 0

Build on schedule

This commit is contained in:
Daniel Kempkens 2022-08-06 10:51:05 +02:00
parent 971fada273
commit 2eb53b0aad

View file

@ -3,6 +3,9 @@ name: Build
on:
push:
branches: ['master']
schedule:
- cron: '10 8 * * *'
workflow_dispatch:
jobs:
build-x86_64-linux: