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