From 2db733f34910b004445a859415ee4b90a3759f09 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Fri, 10 Oct 2025 17:54:47 -0400 Subject: [PATCH] Add ability to one off ci jobs. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 884341a..f3e9d7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: pull_request: + workflow_dispatch: schedule: - cron: 0 0 * * 0 jobs: