Skip to content

Commit 6c6828e

Browse files
committed
Fix library name in workflow
1 parent 0986244 commit 6c6828e

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Compile Examples
22

33
on:
4-
pull_request:
5-
paths:
6-
- ".github/workflows/compile-examples.yml"
7-
- "library.properties"
8-
- "src/**"
9-
- "examples/**"
104
push:
11-
paths:
12-
- ".github/workflows/compile-examples.yml"
13-
- "library.properties"
14-
- "src/**"
15-
- "examples/**"
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
168
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)
179
schedule:
1810
# run every Tuesday at 3 AM UTC
@@ -44,7 +36,7 @@ jobs:
4436
- name: arduino:mbed_portenta
4537
libraries: |
4638
- source-path: ./
47-
- name: ArduinoRS485
39+
- name: Arduino_POSIXStorage
4840
sketch-paths: |
4941
- examples
5042
enable-deltas-report: true

0 commit comments

Comments
 (0)