From 46fe48afdba48be163a1054b54301839d9bc8460 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Mon, 30 Sep 2024 03:17:04 -0700 Subject: [PATCH] Add workflow_dispatch trigger to test --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index afcb803..68e6532 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,7 @@ on: pull_request: branches: - master + workflow_dispatch: jobs: testAllModes: