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:
parent
23977f74f5
commit
21b5692174
|
|
@ -272,6 +272,7 @@ jobs:
|
|||
- 'phpunit.xml*'
|
||||
- 'pint.json'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.*'
|
||||
- 'docker/**'
|
||||
- '.dockerignore'
|
||||
- '.env.example'
|
||||
|
|
|
|||
Loading…
Reference in New Issue