diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 87144d2845023..8cb2f50c7a56b 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -3,8 +3,12 @@ name: CI on: push: branches: ["main"] + paths: + - '!docs/**' pull_request: types: [opened, synchronize] + paths: + - '!docs/**' jobs: build: