From b873842b6e750285446ab458161588a727913c52 Mon Sep 17 00:00:00 2001 From: Mik-Nord Date: Fri, 2 May 2025 10:14:55 +0200 Subject: [PATCH 1/2] Testing readme --- examples/automation-golang-test-suite.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: From 623d18d9cf956fde9296dcaae522a234b5900562 Mon Sep 17 00:00:00 2001 From: README-bot Date: Fri, 2 May 2025 08:15:29 +0000 Subject: [PATCH 2/2] Update readme [skip actions] --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: