mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Run go tests & codecov only on Go PRs (#1826)
This commit is contained in:
parent
8a15f6d270
commit
530f913d6a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-go.yaml
vendored
2
.github/workflows/test-go.yaml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
jobs:
|
||||
test-go:
|
||||
|
|
|
|||
Loading…
Reference in a new issue