Skip to content

Commit

Permalink
Test-compile examples only for changes to source
Browse files Browse the repository at this point in the history
  • Loading branch information
MaffooClock committed Dec 18, 2023
1 parent a7a1175 commit c8c259f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Compile Examples

on:
- push
- pull_request
push:
paths:
- 'src/*.h'
- 'src/*.cpp'
- 'examples/**.ino'
pull_request:
paths:
- 'src/*.h'
- 'src/*.cpp'
- 'examples/**.ino'

jobs:
compile-examples:
Expand Down

0 comments on commit c8c259f

Please sign in to comment.