fix: include production Dockerfile in deploy filter (#350)

## Summary
- include Dockerfile.* in CI changes filter
- ensure Dockerfile.production-only commits build and deploy

## Verification
- python3 assertion confirms Dockerfile.* filter exists and matches
Dockerfile.production
This commit is contained in:
Víctor Falcón 2026-05-04 15:36:56 +01:00 committed by GitHub
parent 23977f74f5
commit 21b5692174
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ jobs:
- 'phpunit.xml*'
- 'pint.json'
- 'Dockerfile'
- 'Dockerfile.*'
- 'docker/**'
- '.dockerignore'
- '.env.example'