Merge pull request #3920 from nymtech/enable_trigger_on_workflow

Github Actions: enable trigger on nightly workflow
This commit is contained in:
Raphaël Walther
2023-09-21 16:10:55 +02:00
committed by GitHub
+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