From 346d9f36e415a9c7d573f6fff75fe94a6d75ddb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Mon, 27 Mar 2023 17:03:00 +0300 Subject: [PATCH] added workflow dispatch for tests --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09336f503..8622281c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,11 @@ name: Tests on: - push: + push: pull_request: schedule: - cron: '0 0 * * *' + workflow_dispatch: jobs: tests: