Skip to content

Commit edb8ff5

Browse files
committed
ci: skip shellcheck for docs commits
1 parent 688eb46 commit edb8ff5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/master.yml

+12
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@ name: CI
22
on:
33
push:
44
branches: [master]
5+
paths-ignore:
6+
- '**.md'
7+
- '**.png'
8+
- '**.jpg'
9+
- '**.svg'
10+
- '**.yml'
511
pull_request:
612
branches: [master]
13+
paths-ignore:
14+
- '**.md'
15+
- '**.png'
16+
- '**.jpg'
17+
- '**.svg'
18+
- '**.yml'
719
workflow_dispatch:
820

921
jobs:

0 commit comments

Comments
 (0)