Run go tests & codecov only on Go PRs (#1826)

This commit is contained in:
Zach Wasserman 2021-08-26 11:25:25 -07:00 committed by GitHub
parent 8a15f6d270
commit 530f913d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
paths:
- '**.go'
jobs:
test-go: