From 9f737ff523d380d38abd077c8473d33b29f04184 Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Wed, 12 Jun 2024 07:44:59 -0600 Subject: [PATCH] allow github artifact worfklow to be triggered manually --- .github/workflows/artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 65e1a48..c0c281c 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -1,5 +1,5 @@ name: Artifacts -on: [pull_request] +on: [pull_request, workflow_dispatch] jobs: test: strategy: