name: API Client
on:
push:
branches: [main]
paths:
- .github/workflows/**
- api-client/**
- shared/**
pull_request:
jobs:
python:
uses: ./.github/workflows/_python.yml
with:
context: api-client