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:
- "src/**"
- "static/**"
- "Dockerfile"
pull_request:
branches: ["main"]
paths:
- "src/**"
- "static/**"
- "Dockerfile"
workflow_dispatch:
jobs: