Skip to content

ci: add workflow_dispatch #21

ci: add workflow_dispatch

ci: add workflow_dispatch #21

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
tox:
uses: ./.github/workflows/tox.yml
secrets: inherit