From c4cbc88805bd7959e06b98966a09612f4ab9b6af Mon Sep 17 00:00:00 2001 From: St0rmz1 Date: Tue, 14 Oct 2025 11:23:44 -0700 Subject: [PATCH] ignore .claude dir --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7e14bc..9745f4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,12 @@ name: Test on: pull_request: branches: [ main ] + paths-ignore: + - '.claude/**' push: branches: [ main ] + paths-ignore: + - '.claude/**' jobs: test: