Skip to content

Commit ef93365

Browse files
committed
fix: remove workflow trigger when only doc is updated
1 parent 5ce969e commit ef93365

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ name: CI
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'README.md'
7+
- 'Images/**'
58
pull_request:
9+
paths-ignore:
10+
- 'README.md'
11+
- 'Images/**'
612

713
jobs:
814
tests:

0 commit comments

Comments
 (0)