diff --git a/.forgejo/workflows/build-on-commit.yml b/.forgejo/workflows/build-on-commit.yml index e8f0d2e..ed5d2a9 100644 --- a/.forgejo/workflows/build-on-commit.yml +++ b/.forgejo/workflows/build-on-commit.yml @@ -6,6 +6,8 @@ on: - main tags: - '!' # Exclude tags + schedule: + - cron: '0 0 * * *' jobs: build-and-publish: