Skip to content

Don't mount app in prod #45

Don't mount app in prod

Don't mount app in prod #45

Workflow file for this run

name: On Push
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
ci:
uses: ./.github/workflows/ci.yaml
formatting:
uses: ./.github/workflows/formatting.yaml
cd:
needs: ci
uses: ./.github/workflows/cd.yaml