fix(dashboard): noindex all paths other than root and status

This commit is contained in:
alyssa 2024-12-11 05:46:23 +09:00
parent 008caa8473
commit eb7df8bddb
2 changed files with 10 additions and 2 deletions

View file

@ -2,9 +2,9 @@ name: Build dashboard Docker image
on:
push:
branches: [main]
paths:
- 'dashboard/**'
- '.github/workflows/dashboard.yml'
jobs:
build: