run tests on pull requests and when pushing to main
This commit is contained in:
parent
499ee80e57
commit
a06bc05fd1
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ name: checks
|
|||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
|
|
Loading…
Reference in a new issue