Skip to content

Commit 2863a34

Browse files
authored
ignore .claude dir (#9)
1 parent 2a0e275 commit 2863a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Test
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths-ignore:
7+
- '.claude/**'
68
push:
79
branches: [ main ]
10+
paths-ignore:
11+
- '.claude/**'
812

913
jobs:
1014
test:

0 commit comments

Comments
 (0)