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
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user