Skip to content

Commit 0ef7bb6

Browse files
committed
ci: also trigger on .h, .cpp
1 parent c6e12dc commit 0ef7bb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-nojvm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- "**.m"
7+
- "**.h"
8+
- "**.cpp"
79
- ".github/workflows/ci-nojvm.yml"
810
- "!private/publish_gen_index_html.m"
911
- "!octave_build.m"

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- "**.m"
7+
- "**.h"
8+
- "**.cpp"
79
- ".github/workflows/ci.yml"
810
- "!private/publish_gen_index_html.m"
911
- "!octave_build.m"

0 commit comments

Comments
 (0)