diff --git a/README.md b/README.md index 4ffa401..5bda970 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ name: Golang test suite on: pull_request: branches: [ master, main ] + paths: + - [ '**.go', '**.mod', '**.sum' ] jobs: shared: diff --git a/examples/automation-golang-test-suite.yml b/examples/automation-golang-test-suite.yml index 33dcf0c..90e7e4e 100644 --- a/examples/automation-golang-test-suite.yml +++ b/examples/automation-golang-test-suite.yml @@ -5,9 +5,7 @@ on: pull_request: branches: [ master, main ] paths: - - '**.go' - - 'go.mod' - - 'go.sum' + - [ '**.go', '**.mod', '**.sum' ] jobs: shared: