Skip to content

Commit c4723b9

Browse files
committed
chore(workflow): update test workflow triggers
1 parent b48c762 commit c4723b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Test
22

33
on:
44
push:
5+
paths:
6+
- 'src/**'
7+
- 'tests/**'
8+
- 'pyproject.toml'
9+
- 'uv.lock'
10+
- '.github/workflows/test.yml'
511
pull_request:
612
workflow_dispatch:
713

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Docker](https://img.shields.io/badge/docker-supported-blue?logo=docker)](https://github.com/modelscope/modelscope-mcp-server/blob/main/Dockerfile)
55
[![GitHub Container Registry](https://img.shields.io/badge/container-registry-blue?logo=github)](https://github.com/modelscope/modelscope-mcp-server/pkgs/container/modelscope-mcp-server)
66
[![License](https://img.shields.io/github/license/modelscope/modelscope-mcp-server.svg)](https://github.com/modelscope/modelscope-mcp-server/blob/main/LICENSE)
7-
[![Lint](https://github.com/modelscope/modelscope-mcp-server/actions/workflows/lint.yml/badge.svg)](https://github.com/modelscope/modelscope-mcp-server/actions/workflows/lint.yml)
8-
[![Test](https://github.com/modelscope/modelscope-mcp-server/actions/workflows/test.yml/badge.svg)](https://github.com/modelscope/modelscope-mcp-server/actions/workflows/test.yml)
97

108
A Model Context Protocol (MCP) server that integrates with [ModelScope](https://modelscope.cn)'s ecosystem, providing seamless access to AI models, datasets, apps, papers, and generation capabilities through popular MCP clients.
119

0 commit comments

Comments
 (0)