GHA: Run Go Workspace Checks conditionally on BE changes (#108655)

This commit is contained in:
Matheus Macabu
2025-07-25 15:10:54 +02:00
committed by GitHub
parent 6af2e81cda
commit 97aa3cee88
2 changed files with 55 additions and 10 deletions
@@ -47,6 +47,10 @@ runs:
- '.github/actions/checkout/**'
- '**/go.mod'
- '**/go.sum'
- 'go.mod'
- 'go.sum'
- 'go.work'
- 'go.work.sum'
- '**.go'
- 'pkg/**'
- '!pkg/**.md'