mirror of https://github.com/VERT-sh/VERT.git
ci(docker): trigger workflow when Dockerfile is changed
This commit is contained in:
parent
92f0aef6ed
commit
867b31eee3
|
|
@ -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