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: release:
types: [published] types: [published]
# This can be used to automatically publish nightlies at UTC nighttime # This can be used to automatically publish nightlies at UTC nighttime
schedule: # schedule:
- cron: "0 2 * * *" # run at 2 AM UTC # - 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. # 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.