actions: only try to build images if server changed
All checks were successful
Mirror dev branch to remote / build (push) Successful in 13s
All checks were successful
Mirror dev branch to remote / build (push) Successful in 13s
This commit is contained in:
parent
939dc0ff14
commit
5a21b908f8
|
@ -3,6 +3,9 @@ name: Build docker images, publish them, deploy to test server
|
|||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
paths:
|
||||
- server/**
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Reference in a new issue