diff --git a/examples/automation-golang-test-suite.yml b/examples/automation-golang-test-suite.yml index 9cd645a..33dcf0c 100644 --- a/examples/automation-golang-test-suite.yml +++ b/examples/automation-golang-test-suite.yml @@ -4,6 +4,10 @@ description: Status check that fails if a PR with Golang code fails its test sui on: pull_request: branches: [ master, main ] + paths: + - '**.go' + - 'go.mod' + - 'go.sum' jobs: shared: