Skip to content

whitelabel favicon and title #729

whitelabel favicon and title

whitelabel favicon and title #729

Workflow file for this run

name: Dashboard CI
on:
push:
branches:
- main
paths:
- 'packages/dashboard/**'
pull_request:
branches:
- main
paths:
- 'packages/dashboard/**'
workflow_dispatch:
jobs:
shared:
uses: ./.github/workflows/shared-workflow.yaml
with:
package-name: 'dashboard'
is_backend: 'true'
run_lint: 'true'