[github-actions] Add a scheduled build every 1st of the month so we always have an artifact

This commit is contained in:
Nikias Bassen
2022-08-24 15:26:24 +02:00
parent db93bae96d
commit 2ca50ad4bc
+4 -1
View File
@@ -1,6 +1,9 @@
name: build
on: [push]
on:
push:
schedule:
- cron: '0 0 1 * *'
jobs:
build-linux-ubuntu: