diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fa0a2c3a..726ef47f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,6 +3,12 @@ name: PR on: pull_request: branches: [ main ] + paths-ignore: + - 'docs/**' + - '*.md' + - 'LICENSE.txt' + - 'PROJECT' + - 'hack/**' env: GO_VERSION: '1.22.x' # Require Go 1.22.x