Skip to content
Snippets Groups Projects
Commit eac6f1d0 authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Build boards only when relevant paths are affected.

parent 6d323f3c
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,14 @@
name: Build supported boards
on:
push:
paths:
- 'patches/tock/**'
- 'third_party/**'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'patches/tock/**'
- 'third_party/**'
jobs:
build_boards:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment