Remove paths rules from workflows/boards_build.

This commit is contained in:
Guillaume Endignoux
2020-03-05 15:31:32 +01:00
parent 0036858db9
commit 1fca16316e

View File

@@ -2,14 +2,8 @@
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: