diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 26614ae..2277161 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -2,12 +2,18 @@ name: Go Test on: push: - branches: [ main ] + branches: [main] + paths-ignore: + - "docs/**" + - "README.md" pull_request: - branches: [ main ] + branches: [main] + paths-ignore: + - "docs/**" + - "README.md" env: - GO_VERSION: '1.25.4' + GO_VERSION: "1.26.2" jobs: unit_test: