This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 55f3388  MCP: Trigger mcp workflow only if changes in mcp (#78)
55f3388 is described below

commit 55f33881e012255d35d1eb8b09e454200f24e97a
Author: Yong Zheng <[email protected]>
AuthorDate: Tue Dec 2 17:13:28 2025 -0600

    MCP: Trigger mcp workflow only if changes in mcp (#78)
---
 .github/workflows/mcp-server.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/mcp-server.yml b/.github/workflows/mcp-server.yml
index 8e3328e..918c743 100644
--- a/.github/workflows/mcp-server.yml
+++ b/.github/workflows/mcp-server.yml
@@ -29,8 +29,14 @@ name: MCP Server CI
 on:
   push:
     branches: [ "main" ]
+    paths:
+      - 'mcp-server/**'
+      - '.github/**'    
   pull_request:
     branches: [ "main" ]
+    paths:
+      - 'mcp-server/**'
+      - '.github/**'    
 
 env:
   GRADLE_TOS_ACCEPTED: ${{ vars.GRADLE_TOS_ACCEPTED }}

Reply via email to