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 name: Build supported boards
on: on:
push: push:
paths:
- 'patches/tock/**'
- 'third_party/**'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths:
- 'patches/tock/**'
- 'third_party/**'
jobs: jobs:
build_boards: build_boards: