fix(ci): auto-release on push to main
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
CI / ci (pull_request) Successful in 51s

This commit is contained in:
Luke Tainton 2025-05-30 21:40:31 +01:00
parent 1f63919817
commit ffc5e90d52
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

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: