From ac4a059833ecfd44dbf3314e31b0d265ddb8db68 Mon Sep 17 00:00:00 2001 From: BrainFooLong Date: Wed, 24 Jul 2024 10:26:13 +0200 Subject: [PATCH] run tests after build of new dev images --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f65433..fcb4ca9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,10 @@ name: Framelix Unit Tests on: + workflow_run: + workflows: ['Build and Deploy Docker Image'] + types: [completed] + branches: + - master push: branches: - master