We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a204198 commit 4efa32eCopy full SHA for 4efa32e
.github/workflows/build.yml
@@ -1,6 +1,11 @@
1
name: Build Examples
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push:
5
+ branches:
6
+ -master
7
+ pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
build_arduino:
@@ -11,8 +16,11 @@ jobs:
16
- "libraries/n-able/examples/FreeRTOS"
12
17
- "libraries/n-able/examples/BLE_Advertiser"
13
18
- "libraries/n-able/examples/BLE_Scan"
19
+ - "libraries/SPI/examples/BarometricPressureSensor"
20
+ - "libraries/Wire/examples/digital_potentiometer"
14
21
variant:
15
22
- Generic_nRF51822:chip=xxaa
23
+ - Generic_nRF52810
24
- Generic_nRF52832
25
- Generic_nRF52833
26
- Generic_nRF52840
@@ -56,6 +64,7 @@ jobs:
56
64
- "example/lib/examples/NimBLE_Client"
57
65
58
66
- generic_nrf51822_xxaa
67
+ - generic_nrf52810
59
68
- generic_nrf52832
60
69
- generic_nrf52833
61
70
- generic_nrf52840
0 commit comments