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 0986244 commit 6c6828eCopy full SHA for 6c6828e
.github/workflows/compile-examples.yml
@@ -1,18 +1,10 @@
1
name: Compile Examples
2
3
on:
4
- pull_request:
5
- paths:
6
- - ".github/workflows/compile-examples.yml"
7
- - "library.properties"
8
- - "src/**"
9
- - "examples/**"
10
push:
11
12
13
14
15
+ branches: [main]
+ pull_request:
16
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)
17
schedule:
18
# run every Tuesday at 3 AM UTC
@@ -44,7 +36,7 @@ jobs:
44
36
- name: arduino:mbed_portenta
45
37
libraries: |
46
38
- source-path: ./
47
- - name: ArduinoRS485
39
+ - name: Arduino_POSIXStorage
48
40
sketch-paths: |
49
41
- examples
50
42
enable-deltas-report: true
0 commit comments