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:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- "server/**"
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue