fix(smoke-tests): include .dockerignore in workflow paths filter

Ensures the smoke tests image is rebuilt when .dockerignore changes
affect which files are included.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2026-01-24 06:43:39 -06:00
parent 170497f245
commit 8cdcb9f292
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
- 'apps/web/Dockerfile.smoke-tests'
- 'apps/web/playwright.config.ts'
- '.github/workflows/smoke-tests.yml'
- '.dockerignore'
workflow_dispatch:
env: