Update server initialization in test-mcp.js and remove Docker publish workflow

This commit is contained in:
stabgan
2025-03-27 01:03:22 +05:30
parent 0c836b49cd
commit bab1e5fcfd
3 changed files with 2301 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
name: Build, Test and Publish
name: CI/CD Pipeline
on:
push:
@@ -7,6 +7,11 @@ on:
pull_request:
branches: [ main ]
# Prevent multiple concurrent builds of the same branch/PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest