25 lines
458 B
YAML
25 lines
458 B
YAML
name: API Client
|
|
|
|
on:
|
|
push:
|
|
branches: [main, 3.0.x]
|
|
paths:
|
|
- .github/workflows/_python.yml
|
|
- .github/workflows/api-client.yml
|
|
- api-client/**
|
|
- shared/**
|
|
|
|
pull_request:
|
|
branches: [main, 3.0.x]
|
|
paths:
|
|
- .github/workflows/_python.yml
|
|
- .github/workflows/api-client.yml
|
|
- api-client/**
|
|
- shared/**
|
|
|
|
jobs:
|
|
python:
|
|
uses: ./.github/workflows/_python.yml
|
|
with:
|
|
context: api-client
|