Skip to content

Run examples test on every push to master #6

Run examples test on every push to master

Run examples test on every push to master #6

Workflow file for this run

name: Run Examples Tests
on:
workflow_dispatch:
push:
branches:
- master
jobs:
test-examples:
uses: ./.github/workflows/examples.yml
with:
working-directory: ./python
secrets: inherit