Skip to content

Commit 390a952

Browse files
committed
🛠️ fix build workflow
1 parent 5caefc1 commit 390a952

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [ "main", "hotfix" ]
66
paths:
7-
- "src/telem"
7+
- "src/telem/**"
88
pull_request:
99
branches: [ "main", "hotfix" ]
1010
paths:
11-
- "src/telem"
11+
- "src/telem/**"
1212

1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)