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 4f861fd commit c3f8a97Copy full SHA for c3f8a97
.github/workflows/compile-examples.yml
@@ -1,6 +1,22 @@
1
name: Compile Examples
2
3
-on: [pull_request, push]
+on:
4
+ pull_request:
5
+ paths:
6
+ - ".github/workflows/compile-examples.yml"
7
+ - "cores/**"
8
+ - "libraries/**"
9
+ - "variants/**"
10
+ - "boards.txt"
11
+ - "platform.txt"
12
+ push:
13
14
15
16
17
18
19
20
21
jobs:
22
compile-test:
@@ -118,7 +134,6 @@ jobs:
118
134
- name: Ethernet
119
135
- name: ArduinoBearSSL
120
136
- name: Arduino_APDS9960
121
- - name: Servo
122
137
- name: Arduino_LSM9DS1
123
138
- name: ArduinoHttpClient
124
139
- name: NTPClient
0 commit comments