Skip to content

Commit f47ea13

Browse files
committed
Ignore documentation updates
1 parent 63a5e6f commit f47ea13

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'docs/**'
9+
- 'AGENTS.md'
10+
- 'README.md'
711
pull_request:
812
branches:
913
- master
14+
paths-ignore:
15+
- 'docs/**'
16+
- 'AGENTS.md'
17+
- 'README.md'
1018

1119
permissions:
1220
contents: read

0 commit comments

Comments
 (0)