diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fc8488c..dee15e8 100755 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,8 @@ name: Go on: push: branches: [ "workflows", "main" ] + paths-ignore: + - '**/README.md' pull_request: branches: [ "workflows", "main" ]