diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d31e87f..74b94a0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '12 0 * * *' jobs: