Skip to content

Commit 9cdc708

Browse files
committed
ci: ignore changes in markdown files
1 parent fbff1e2 commit 9cdc708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- '**'
6+
paths-ignore:
7+
- README.md
8+
- CONTRIBUTING.md
69
pull_request:
710
branches:
811
- main

0 commit comments

Comments
 (0)