Skip to content
Snippets Groups Projects
Commit 3af13f19 authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Add path protection on push for workflows/boards_build.

parent 1fca1631
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
name: Build supported boards name: Build supported boards
on: on:
push: push:
paths:
- 'patches/tock/*'
- 'third_party/tock/**'
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment