diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b426b11..5d7b3bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: release on: schedule: - - cron: '*/10 * * * *' # schedule nightly build daily at midnight UTC + - cron: '0 * * * *' # schedule nightly build daily at midnight UTC # The "create tags" trigger is specifically focused on the creation of new tags, while the "push tags" trigger is activated when tags are pushed, including both new tag creations and updates to existing tags. create: tags: