diff --git a/.forgejo/workflows/csharp.yml b/.forgejo/workflows/csharp.yml index f3323c1..27dfee8 100644 --- a/.forgejo/workflows/csharp.yml +++ b/.forgejo/workflows/csharp.yml @@ -1,6 +1,8 @@ name: Build Runner csharp on: + schedule: + - cron: '0 1 * * *' push: branches: - 'master'