From 6f64ea6aed86210296cd89ac17bc17d2fb24f537 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Thu, 13 May 2021 16:16:37 +0200 Subject: workflow dispatch for tests --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a91437cd..3a35f1ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: tests -on: [push] +on: + push: + workflow_dispatch: + jobs: -- cgit v1.3.1