Skip to content

Commit 55f3388

Browse files
MCP: Trigger mcp workflow only if changes in mcp (apache#78)
1 parent ef94ce6 commit 55f3388

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/mcp-server.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ name: MCP Server CI
2929
on:
3030
push:
3131
branches: [ "main" ]
32+
paths:
33+
- 'mcp-server/**'
34+
- '.github/**'
3235
pull_request:
3336
branches: [ "main" ]
37+
paths:
38+
- 'mcp-server/**'
39+
- '.github/**'
3440

3541
env:
3642
GRADLE_TOS_ACCEPTED: ${{ vars.GRADLE_TOS_ACCEPTED }}

0 commit comments

Comments
 (0)