ci(docker): trigger workflow when Dockerfile is changed

This commit is contained in:
azurejelly 2025-10-28 12:28:02 -04:00 committed by Maya
parent 92f0aef6ed
commit 867b31eee3
1 changed files with 2 additions and 0 deletions

View File

@ -7,11 +7,13 @@ on:
paths: paths:
- "src/**" - "src/**"
- "static/**" - "static/**"
- "Dockerfile"
pull_request: pull_request:
branches: ["main"] branches: ["main"]
paths: paths:
- "src/**" - "src/**"
- "static/**" - "static/**"
- "Dockerfile"
workflow_dispatch: workflow_dispatch:
jobs: jobs: