CI: Only build docker container if server code changes.

This commit is contained in:
Joachim Bauch 2021-12-03 17:01:48 +01:00
parent 0d6f63428f
commit 790e01db25
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -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: