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:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
- push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPROXY: https://goproxy.io,direct
|
GOPROXY: https://goproxy.io,direct
|
||||||
|
|
Loading…
Reference in a new issue