Skip to content

feat: teach Python to hear - WebRTC audio processing bindings #27

feat: teach Python to hear - WebRTC audio processing bindings

feat: teach Python to hear - WebRTC audio processing bindings #27

Workflow file for this run

name: Pull Request and Push
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
call-test:
uses: ./.github/workflows/test.yml
permissions:
contents: read
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}