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