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

This commit is contained in:
azurejelly 2025-10-28 13:05:15 -04:00
parent 94a92ddce4
commit 2406deba2e
No known key found for this signature in database
GPG Key ID: 78C7CB2FBB62D96D
1 changed files with 2 additions and 0 deletions

View File

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