Remove paths rules from workflows/boards_build.
This commit is contained in:
6
.github/workflows/boards_build.yml
vendored
6
.github/workflows/boards_build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user