Skip to content

ci: tweak the Python workflows #1146

ci: tweak the Python workflows

ci: tweak the Python workflows #1146

Workflow file for this run

name: Tests
on:
push:
branches: [ "main", "feature/*" ]
pull_request:
branches: [ "main", "feature/*", "ci/*" ]
merge_group:
types: [ "checks_requested" ]
jobs:
rust-checks:
name: Rust Checks
uses: ./.github/workflows/rust-checks.yml
python-checks:
name: Python Checks
uses: ./.github/workflows/python-checks.yml