Add prod-deploy.yml to Docker PR workflow paths (#2687)

This commit is contained in:
Krishan 2026-02-23 18:12:37 +11:00 committed by GitHub
parent ed0ad61bc4
commit dab44edef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ on:
paths:
- 'Dockerfile'
- '.github/workflows/docker-pr.yml'
- '.github/workflows/prod-deploy.yml'
jobs:
docker-build: