fix(ci): fix release workflow #13

Merged
luke merged 2 commits from fix/ci into main 2025-05-30 22:42:27 +02:00
Showing only changes of commit ffc5e90d52 - Show all commits

View File

@ -1,8 +1,11 @@
name: Release
on:
workflow_dispatch:
schedule:
- cron: '0 9 * * 0'
push:
branches:
- main
# schedule:
# - cron: '0 9 * * 0'
jobs: