Skip to content

Commit 3d87b73

Browse files
committed
ci: trigger on .h change
1 parent 4484187 commit 3d87b73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- "**.F90"
1313
- "**.c"
1414
- "**.cpp"
15+
- "**.h"
1516
- "**.cmake"
1617
- "**/CMakeLists.txt"
1718
- ".github/workflows/ci.yml"

.github/workflows/oneapi-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
paths:
1818
- "**.c"
1919
- "**.cpp"
20+
- "**.h"
2021
- "**.f90"
2122
- "**.F90"
2223
- "**.cmake"

0 commit comments

Comments
 (0)