mirror of https://github.com/VERT-sh/VERT.git
ci(docker): also trigger when .dockerignore is updated
This commit is contained in:
parent
94a92ddce4
commit
2406deba2e
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue