Skip to content

feat: add cache tree #145

feat: add cache tree

feat: add cache tree #145

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