Skip to content

feat: Add serde and serde_json dependencies to jz-smart crate #213

feat: Add serde and serde_json dependencies to jz-smart crate

feat: Add serde and serde_json dependencies to jz-smart crate #213

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