Skip to content

Commit fceea3b

Browse files
authored
Modify GitHub workflow configurations in config.mjs
Updated configuration entries for GitHub workflows.
1 parent 8b20dfe commit fceea3b

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

src/data/config.mjs

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ const config = [
2020
"githubUserName": "FlowMCP",
2121
"githubRepository": "flowMCP-servers",
2222
"githubWorkflowPath": "test-on-release.yml"
23+
},
24+
{
25+
"title": "flowmcp-cli",
26+
"githubUserName": "FlowMCP",
27+
"githubRepository": "flowMCP-cli",
28+
"githubWorkflowPath": "test-on-push.yml"
2329
}
2430
]
2531
},
@@ -46,10 +52,16 @@ const config = [
4652
"githubWorkflowPath": "test-on-release.yml"
4753
},
4854
{
49-
"title": "agent-pays",
55+
"title": "x402-mcp-validator",
5056
"githubUserName": "FlowMCP",
51-
"githubRepository": "agentPays",
52-
"githubWorkflowPath": "test-on-release.yml"
57+
"githubRepository": "x402-mcp-validator",
58+
"githubWorkflowPath": "test-on-push.yml"
59+
},
60+
{
61+
"title": "erc8004-registry-parser",
62+
"githubUserName": "FlowMCP",
63+
"githubRepository": "erc8004-registry-parser",
64+
"githubWorkflowPath": "test-on-push.yml"
5365
}
5466
]
5567
},

0 commit comments

Comments
 (0)