Skip to content

update readme doc to the latest research and community status. #77

update readme doc to the latest research and community status.

update readme doc to the latest research and community status. #77

Workflow file for this run

name: test
on:
push:
branches:
- main
- deployment/**
pull_request:
branches:
- '**'
jobs:
check:
uses: ./.github/workflows/basic_check.yml
test:
uses: ./.github/workflows/test.yml
deployment:
needs:
- test
- check
uses: ./.github/workflows/deployment.yml
secrets: inherit