From 41ae826b906ecea713fa13d81459169442cd4fc2 Mon Sep 17 00:00:00 2001 From: Aaron Colwell <300262+acolwell@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:42:58 -0800 Subject: [PATCH] Allow manual CI action runs. (#43) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08c3eff..394277a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Continous Integration tests on: + workflow_dispatch: {} push: paths-ignore: - LICENSE