CI: Only build docker container if server code changes.
This commit is contained in:
parent
0d6f63428f
commit
790e01db25
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploydocker.yml
vendored
2
.github/workflows/deploydocker.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Deploy to Docker Hub / GHCR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- "server/**"
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue