From fcb7a2f028e6f400914393c4334a89c4ab4ddd99 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:33:36 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 632b15bb..44006e6e 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -1,7 +1,10 @@ name: Deploy Traefik and MariaDB on: - workflow_dispatch: + workflow_run: + workflows: ["Master Workflow"] + types: + - completed jobs: deploy: