Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit d81ac1a

Browse files
committed
Don't run CI on documentation updates
1 parent 25fd1af commit d81ac1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- "docs/**"
68
pull_request:
79
branches: [ main ]
810
workflow_dispatch:

0 commit comments

Comments
 (0)