mirror of https://github.com/VERT-sh/VERT.git
ci(docker): trigger workflow when Dockerfile is changed
This commit is contained in:
parent
7f3ba14826
commit
94a92ddce4
|
|
@ -7,11 +7,13 @@ on:
|
|||
paths:
|
||||
- "src/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "src/**"
|
||||
- "static/**"
|
||||
- "Dockerfile"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue