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 @@
name: Build supported boards
on:
push:
paths:
- 'patches/tock/*'
- 'third_party/tock/**'
pull_request:
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