diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b641e88..2895922 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,10 @@ name: Go -on: [push] +on: + push: + pull_request: + schedule: + - cron: '0 5 * * *' + jobs: test: