Skip to content

Commit

Permalink
add filtr for action
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Jun 27, 2024
1 parent 176ab1b commit 637f0ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/compiling_examples.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: compiling examples

on: [push]
on:
push:
paths:
- 'hardware/arduino/zunoG2/cores/**'
- 'hardware/arduino/zunoG2/ctt/**'
- 'hardware/arduino/zunoG2/device/**'
- 'hardware/arduino/zunoG2/libraries/**'
- 'toolchain/linux64/**'
- 'script/compiling_examples.py'
- '.github/workflows/compiling_examples.yml'

jobs:
build-linux:
Expand Down

0 comments on commit 637f0ed

Please sign in to comment.