Skip to content

Commit f2d08f2

Browse files
committed
fix: CI paths ignore
1 parent d1dec94 commit f2d08f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
push:
55
paths-ignore:
66
- "**/**.md"
7-
- "/keywords.txt"
8-
- "/library.json"
9-
- "/library.properties"
10-
- "/docs"
7+
- "keywords.txt"
8+
- "library.json"
9+
- "library.properties"
10+
- "docs/**"
1111
pull_request:
1212
paths-ignore:
1313
- "**/**.md"
14-
- "/keywords.txt"
15-
- "/library.json"
16-
- "/library.properties"
17-
- "/docs"
14+
- "keywords.txt"
15+
- "library.json"
16+
- "library.properties"
17+
- "docs/**"
1818

1919
jobs:
2020
arduino:

0 commit comments

Comments
 (0)