build: Produce nightly release builds

This commit is contained in:
Jakob Borg
2023-05-01 09:42:44 +02:00
parent dae5eab787
commit 7226b8456b
4 changed files with 72 additions and 7 deletions
+21
View File
@@ -0,0 +1,21 @@
name: Trigger nightly build & release
on:
workflow_dispatch:
schedule:
# Run nightly build at 01:00 UTC
- cron: '00 01 * * *'
jobs:
trigger-nightly:
runs-on: ubuntu-latest
name: Push to release-nightly to trigger build
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
fetch-depth: 0
- run: |
git push origin main:release-nightly