Release once per week instead of daily

This commit is contained in:
Luke Tainton 2024-07-31 22:05:42 +01:00
parent c03e844fff
commit 0af725f725
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ name: Release
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
- cron: "0 9 * * 0"
jobs:
create_release: