From 394330665e7c2e0e4e8ece474ab2bd156efb86df Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 4 Apr 2021 09:39:48 -0400 Subject: [PATCH] Allow the CI to be manually run (#8821) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 652c39ff7..76d0b05cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: branches: - master - "2.9" + workflow_dispatch: jobs: build: