From bd82c4b27b897d1a3a1b800af7199eba4bb6b7a8 Mon Sep 17 00:00:00 2001 From: Marcin Mielnicki <1526000+platan@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:39:56 +0200 Subject: [PATCH] Allow to run CI manually --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0de978a..80f3b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'dependabot/**' pull_request: + workflow_dispatch: permissions: contents: read