Build boards only when relevant paths are affected.

This commit is contained in:
Guillaume Endignoux
2020-03-05 12:08:28 +01:00
parent 6d323f3c5a
commit eac6f1d0bd

View File

@@ -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: