Set schedule for nightly build on release

This commit is contained in:
Raphaël Walther
2022-11-21 16:23:36 +01:00
parent 3f5bfcc696
commit 23e97e9643
+3 -1
View File
@@ -1,6 +1,8 @@
name: Nightly builds on latest release
on: workflow_dispatch
on:
schedule:
- cron: '14 2 * * *'
jobs:
matrix_prep:
runs-on: ubuntu-latest