mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-24 09:14:21 +01:00
10 lines
117 B
YAML
10 lines
117 B
YAML
name: Main branch checks
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
checks:
|
|
uses: ./.github/workflows/shared.yml
|