Skip to content

feat: remove word "Dashboard" from header (#236) #132

feat: remove word "Dashboard" from header (#236)

feat: remove word "Dashboard" from header (#236) #132

Workflow file for this run

name: On Merge to main
on:
push:
branches:
- main
permissions: write-all
jobs:
security:
name: Security Checks
uses: ./.github/workflows/_security-checks.yml
static-checks:
name: Static Checks
uses: ./.github/workflows/_static-checks.yml
secrets: inherit
unit-tests:
name: Unit Tests
uses: ./.github/workflows/_unit-tests.yml
secrets: inherit
release-please:
name: Release Please
uses: ./.github/workflows/_release-please.yml
secrets:
GH_PAT_RELEASE_PLEASE: ${{ secrets.GH_PAT_RELEASE_PLEASE }}