Skip to content

misc: bump version to 0.22.0 #106

misc: bump version to 0.22.0

misc: bump version to 0.22.0 #106

Workflow file for this run

name: ci
on:
push:
branches:
- main
- release
- trial-*
paths-ignore:
- '**.md'
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
cross-build:
uses: ./.github/workflows/cross-build.yml
secrets: inherit
# macos-build:
# uses: ./.github/workflows/macos-build.yml
# secrets: inherit
coverage:
needs:
- build
uses: ./.github/workflows/coverage.yml
secrets: inherit