Skip to content

Commit

Permalink
build: try again on cpp/h filter
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 21, 2024
1 parent 9cd09d1 commit 0f84c80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches: [ "dev/**", "alpha" ]
paths:
- '**/.c??'
- '**/.h??'
- '**/.c'
- '**/.h'
- '**/.cpp'
- '**/.hpp'
- '**/.yml'
- '**/CMakeLists.txt'
- '**/*.cmake'
Expand Down

0 comments on commit 0f84c80

Please sign in to comment.