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 52b9aae commit 5996e13Copy full SHA for 5996e13
.github/workflows/build_platformIO.yml
@@ -7,11 +7,19 @@ on:
7
- ".github/workflows/build_platformIO.yml"
8
- "library.json"
9
- "examples/**"
10
+ - "*.cpp"
11
+ - "*.h"
12
+ - "!Dns.*"
13
+ - "!clock-arch.*"
14
push:
15
paths:
16
17
18
19
20
21
22
23
release:
24
types: [published, edited]
25
@@ -30,6 +38,7 @@ jobs:
30
38
31
39
build:
32
40
needs: [check_formatting, validate_lib_json]
41
+ if:
33
42
uses: nRF24/.github/.github/workflows/build_platformio.yaml@main
34
43
with:
35
44
example-path: ${{ matrix.example }}
0 commit comments