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:
parent
170497f245
commit
8cdcb9f292
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'apps/web/Dockerfile.smoke-tests'
|
||||
- 'apps/web/playwright.config.ts'
|
||||
- '.github/workflows/smoke-tests.yml'
|
||||
- '.dockerignore'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue