Skip to content

Commit

Permalink
r&d: filter by c++ & build files
Browse files Browse the repository at this point in the history
Hopefully to avoid builds during document updates
  • Loading branch information
malachib committed Dec 21, 2024
1 parent f6f89ee commit 9cd09d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: ESP-IDF
on:
push:
branches: [ "dev/**", "alpha" ]
paths:
- '**/.c??'
- '**/.h??'
- '**/.yml'
- '**/CMakeLists.txt'
- '**/*.cmake'

jobs:
build:
Expand Down

0 comments on commit 9cd09d1

Please sign in to comment.