Skip to content

Commit 648d135

Browse files
update CI file
1 parent 9fa40e4 commit 648d135

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/meson_ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ on:
55
paths:
66
- "**.c"
77
- "**.h"
8-
- "**.kt"
8+
- "**.cpp"
9+
- "**.hpp"
910
- "**.py"
10-
- "meson.**"
11+
- "**.build"
12+
- "**.options"
1113
pull_request:
1214
paths:
1315
- "**.c"
1416
- "**.h"
15-
- "**.kt"
17+
- "**.cpp"
18+
- "**.hpp"
1619
- "**.py"
17-
- "meson.**"
20+
- "**.build"
21+
- "**.options"
1822

1923
jobs:
2024
build_msvc:

0 commit comments

Comments
 (0)