chore: only run tests on main

otherwise it runs twice for renovate PRs
This commit is contained in:
Earl Warren 2024-08-23 11:42:10 +02:00
parent d86d9f1cf6
commit 7b9d88ce2d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -1,7 +1,9 @@
name: checks
on:
- push
- pull_request
push:
branches:
- 'main'
pull_request:
env:
GOPROXY: https://goproxy.io,direct