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