Skip to content

feat: openapi repository list add category param #208

feat: openapi repository list add category param

feat: openapi repository list add category param #208

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
backend:
uses: ./.github/workflows/backend.yml
secrets: inherit
deployment:
needs:
- backend
uses: ./.github/workflows/deployment.yml
secrets: inherit