Skip to content

Commit 48dcd1a

Browse files
committed
fix: ci ignore png images
1 parent d3135ae commit 48dcd1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
paths-ignore:
77
- 'README.md'
88
- '**/*.md'
9+
- '**/*.png'
910
pull_request:
1011
branches: [master]
1112
paths-ignore:
1213
- 'README.md'
1314
- '**/*.md'
15+
- '**/*.png'
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)