Don't run Go Mac & Win tests against documentation PRs

This commit is contained in:
Chris Smowton
2025-02-26 11:02:04 +00:00
committed by GitHub
parent cd9a7ec6a8
commit 2961320f02

View File

@@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "go/**"
- "!go/documentation/**"
- "!go/ql/**" # don't run other-os if only ql/ files changed
- .github/workflows/go-tests-other-os.yml
- .github/actions/**