fix: remove nightly trigger

it creates releases
This commit is contained in:
DecDuck
2025-05-07 14:29:27 +10:00
parent 47d9e9949b
commit 4f16a6e6b2

View File

@ -5,8 +5,8 @@ on:
release:
types: [published]
# This can be used to automatically publish nightlies at UTC nighttime
schedule:
- cron: "0 2 * * *" # run at 2 AM UTC
# schedule:
# - cron: "0 2 * * *" # run at 2 AM UTC
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.