Go: Run CI when shared libraries change

This commit is contained in:
Owen Mansel-Chan
2024-09-19 11:32:46 +01:00
parent 4baa4ae2aa
commit f2fbe64137

View File

@@ -3,6 +3,7 @@ on:
push:
paths:
- "go/**"
- "shared/**"
- .github/workflows/go-tests.yml
- .github/actions/**
- codeql-workspace.yml
@@ -12,6 +13,7 @@ on:
pull_request:
paths:
- "go/**"
- "shared/**"
- .github/workflows/go-tests.yml
- .github/actions/**
- codeql-workspace.yml