Skip to content

Commit 9cd09d1

Browse files
committed
r&d: filter by c++ & build files
Hopefully to avoid builds during document updates
1 parent f6f89ee commit 9cd09d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/idf.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: ESP-IDF
33
on:
44
push:
55
branches: [ "dev/**", "alpha" ]
6+
paths:
7+
- '**/.c??'
8+
- '**/.h??'
9+
- '**/.yml'
10+
- '**/CMakeLists.txt'
11+
- '**/*.cmake'
612

713
jobs:
814
build:

0 commit comments

Comments
 (0)