ci(docker): also trigger when .dockerignore is updated

This commit is contained in:
azurejelly 2025-10-28 13:05:15 -04:00 committed by Maya
parent 867b31eee3
commit d713b05748
1 changed files with 2 additions and 0 deletions

View File

@ -8,12 +8,14 @@ on:
- "src/**"
- "static/**"
- "Dockerfile"
- ".dockerignore"
pull_request:
branches: ["main"]
paths:
- "src/**"
- "static/**"
- "Dockerfile"
- ".dockerignore"
workflow_dispatch:
jobs: