Skip to content

trivial: Add a workflow for automatically releasing a binary on tag e… #4

trivial: Add a workflow for automatically releasing a binary on tag e…

trivial: Add a workflow for automatically releasing a binary on tag e… #4

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
uses: ./.github/workflows/build.yaml
secrets: inherit