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/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
- ".dockerignore"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "src/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
- ".dockerignore"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue