Skip to content

Commit 59c05f5

Browse files
committed
ci: update repository name in GitHub workflows
1 parent 5988f64 commit 59c05f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: github.repository == 'my-mcp-hub/node-mcp-server'
10+
if: github.repository == 'my-mcp-hub/doc-mcp-server'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.repository == 'my-mcp-hub/node-mcp-server'
9+
if: github.repository == 'my-mcp-hub/doc-mcp-server'
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)