From c9e0393df4da7f4072cda7749d28c46136788948 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 22 Oct 2024 16:12:21 -0400 Subject: [PATCH] Add ability to manually trigger CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c17dffca..e739461d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: tags: - '*' pull_request: + workflow_dispatch: schedule: # Weekly Monday 9AM build # * is a special character in YAML so you have to quote this string