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