Skip to content

Commit 542e8e4

Browse files
committed
ci: trigger workflows on frontend submodule updates
1 parent d887360 commit 542e8e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
"**/*.c",
2222
"**/*.cpp",
2323
"**/*.cu",
24+
"examples/server/frontend",
2425
"examples/server/frontend/**",
2526
]
2627
pull_request:
@@ -35,6 +36,7 @@ on:
3536
"**/*.c",
3637
"**/*.cpp",
3738
"**/*.cu",
39+
"examples/server/frontend",
3840
"examples/server/frontend/**",
3941
]
4042

0 commit comments

Comments
 (0)