Skip to content

Commit 6511121

Browse files
committed
WIP:limit the build runs to mcp dir
Signed-off-by: Ryan Cook <rcook@redhat.com>
1 parent c9a5b2f commit 6511121

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/mcp-builds.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: MCP builds
22
on:
33
push:
44
branches: [ main ]
5+
paths:
6+
- 'mcp-servers/**'
57
pull_request:
68
branches: [ main ]
7-
workflow_dispatch:
9+
paths:
10+
- 'mcp-servers/**'
811

912
jobs:
1013
ansible:

0 commit comments

Comments
 (0)