From 45da426bb8376ec59c86b85c267961609317ca5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 28 May 2021 16:14:01 +0200 Subject: [PATCH] CI: enable manual running (#695) Since we think it needs to be on master to have any effect, sending it to master to test. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db61a1ac0..cde50fe04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - master pull_request: paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**'] + workflow_dispatch: jobs: build: