From 4a07bd9b50741c3218d53407d32bfbf8118f12f8 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 13:51:09 -0500 Subject: [PATCH] Allow workflow dispatch for integration test --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0fc7d78..c97e77e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -1,6 +1,7 @@ name: Integration Test on: + workflow_dispatch: workflow_run: workflows: ["Build"] types: