diff --git a/.forgejo/workflows/js.yml b/.forgejo/workflows/js.yml index 8951f39..278eac0 100644 --- a/.forgejo/workflows/js.yml +++ b/.forgejo/workflows/js.yml @@ -1,6 +1,8 @@ name: Build Runner JS on: + schedule: + - cron: '0 1 * * *' push: branches: - 'master'