We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dec94 commit f2d08f2Copy full SHA for f2d08f2
.github/workflows/ci.yml
@@ -4,17 +4,17 @@ on:
4
push:
5
paths-ignore:
6
- "**/**.md"
7
- - "/keywords.txt"
8
- - "/library.json"
9
- - "/library.properties"
10
- - "/docs"
+ - "keywords.txt"
+ - "library.json"
+ - "library.properties"
+ - "docs/**"
11
pull_request:
12
13
14
15
16
17
18
19
jobs:
20
arduino:
0 commit comments