From b3290494ab4d3a595deec6de83bb354ba5833022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Mon, 8 Feb 2021 18:05:17 +0100 Subject: [PATCH] Added possibility to trigger workflow manually Each workflow should be malually triggerable and should trigger its downstream dependencies. This commit adresses the first part of that statement. Triggering of downstream dependencies is not yet developed, as downstream workflows aren't yet created. --- .github/workflows/client.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index bcd8b15604..81cfb6aafa 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -6,6 +6,7 @@ on: branches: - master pull_request: + workflow_dispatch: jobs: build-and-test: