sintonia/.github/workflows/api-client.yml

28 lines
493 B
YAML
Raw Normal View History

name: API Client
on:
push:
2022-10-12 14:38:41 +02:00
branches: [main, 3.0.x]
paths:
- .github/workflows/_python.yml
- .github/workflows/api-client.yml
- api-client/**
- shared/**
pull_request:
2022-10-12 14:38:41 +02:00
branches: [main, 3.0.x]
paths:
- .github/workflows/_python.yml
- .github/workflows/api-client.yml
- api-client/**
- shared/**
2022-12-07 13:08:13 +01:00
schedule:
- cron: 0 1 * * 1
jobs:
python:
uses: ./.github/workflows/_python.yml
with:
context: api-client