From b9dcb84fe08099ce4a1fef86f24b1c8102385d6e Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Fri, 10 Jul 2020 08:07:25 +0200 Subject: [PATCH] Add lesspass front end container build in workflows --- .github/workflows/deploy-containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-containers.yml b/.github/workflows/deploy-containers.yml index f2be9d2..a8b6bda 100644 --- a/.github/workflows/deploy-containers.yml +++ b/.github/workflows/deploy-containers.yml @@ -4,6 +4,7 @@ on: push: paths: - "containers/**" + - "packages/lesspass-site/**" jobs: test-containers: