From aae70abc0758f99bc08914c5c0d78e501f4eda2c Mon Sep 17 00:00:00 2001 From: James Estevez Date: Thu, 4 Dec 2025 10:42:38 -0800 Subject: [PATCH] chore: enable manual workflow dispatch for security testing --- .github/workflows/feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index ec51375..3be451d 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -1,6 +1,7 @@ name: "Feature Test" on: pull_request: + workflow_dispatch: jobs: