Merge pull request #9277 from github/aibaars/go-test-workflow

Go: trigger CI jobs on Go related changes only
This commit is contained in:
Arthur Baars
2022-05-23 23:51:34 +02:00
committed by GitHub

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: