chore: only run tests on main
otherwise it runs twice for renovate PRs
This commit is contained in:
parent
d86d9f1cf6
commit
7b9d88ce2d
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
name: checks
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
|
|
Loading…
Reference in a new issue