From 37c70aebdae8840f56187d70f28f5e54e2bd5d32 Mon Sep 17 00:00:00 2001
From: Allen Wittenauer <aw@apache.org>
Date: Tue, 3 Dec 2024 13:07:28 -0800
Subject: [PATCH] forgot one

---
 .github/workflows/action-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml
index 528632e3..2474fd8e 100644
--- a/.github/workflows/action-test.yml
+++ b/.github/workflows/action-test.yml
@@ -16,7 +16,7 @@
 ---
 name: Action Test
 
-on: [push, pull_request]  # yamllint disable-line rule:truthy
+on: [push, pull_request, workflow_dispatch]  # yamllint disable-line rule:truthy
 
 jobs:
   build: