mirror of
https://github.com/VERT-sh/VERT
synced 2026-04-25 17:15:10 +02:00
ci(docker): also trigger when .dockerignore is updated
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -8,12 +8,14 @@ on:
|
||||
- "src/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
- ".dockerignore"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "src/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
- ".dockerignore"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user