only run test workflow when go things change

This commit is contained in:
Joel Wetzell
2025-12-01 19:52:57 -06:00
parent 84c9d17751
commit 6bd0581464

View File

@@ -4,9 +4,17 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
push: push:
branches: branches:
- main - main
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
permissions: permissions:
contents: read contents: read