Run tests daily. (#14)
This commit is contained in:
parent
166abaf187
commit
737dbc490e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '12 0 * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue