diff --git a/.forgejo/workflows/base.yml b/.forgejo/workflows/base.yml index 6de0f4e..3e4777e 100644 --- a/.forgejo/workflows/base.yml +++ b/.forgejo/workflows/base.yml @@ -1,6 +1,8 @@ name: "Build Runner Base" on: + schedule: + - cron: '* * * * *' push: branches: - 'master'