From a91000f8d4e2d48b93eff35b2403657c470c16f6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 13 Jul 2025 15:14:43 -0400 Subject: [PATCH] Update GitHub actions --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a3756..dbf93c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,9 @@ # name: CI -on: [push, pull_request] +on: + - workflow_dispatch + - pull_request jobs: test: