Github Actions: enable trigger on nightly workflow

This commit is contained in:
Raphaël Walther
2023-09-21 15:59:39 +02:00
parent 96e740ec22
commit 0c678553af
+1
View File
@@ -3,6 +3,7 @@ name: Nightly builds
on:
schedule:
- cron: '14 1 * * *'
workflow_dispatch:
jobs:
matrix_prep:
runs-on: ubuntu-20.04