actions: only try to build images if server changed
All checks were successful
Mirror dev branch to remote / build (push) Successful in 13s

This commit is contained in:
2005 2024-09-07 20:23:43 +02:00
parent 939dc0ff14
commit 5a21b908f8

View file

@ -3,6 +3,9 @@ name: Build docker images, publish them, deploy to test server
on: on:
push: push:
branches: ["master"] branches: ["master"]
paths:
- server/**
jobs: jobs: