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