Go: trigger CI jobs on Go related changes only

This commit is contained in:
Arthur Baars
2022-05-23 21:25:27 +02:00
committed by GitHub
parent aa01cf11c2
commit 7a85ab1690

View File

@@ -1,5 +1,9 @@
name: "Go: Run Tests"
on: [pull_request]
on:
pull_request:
paths:
- "go/**"
- .github/workflows/go-tests.yml
jobs:
test-linux: