Skip to content

Commit 7badac0

Browse files
committed
ci: trigger on c,cpp code changes too
1 parent 6fcdd63 commit 7badac0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths:
1111
- "**.f90"
1212
- "**.F90"
13+
- "**.c"
14+
- "**.cpp"
1315
- "**.cmake"
1416
- "**/CMakeLists.txt"
1517
- ".github/workflows/ci.yml"

.github/workflows/intel-oneapi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
paths:
1313
- "**.f90"
1414
- "**.F90"
15+
- "**.c"
16+
- "**.cpp"
1517
- "**.cmake"
1618
- "**/CMakeLists.txt"
1719
- ".github/workflows/intel-oneapi.yml"

0 commit comments

Comments
 (0)