From 1d4509c47f980708185605cc323b90b4d88d9444 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Wed, 2 Oct 2024 13:50:48 -0700 Subject: [PATCH] allow repipelining --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index db3eba2..1d1d0f6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,4 +1,4 @@ -on: push +on: [push, workflow_dispatch] jobs: cicd: uses: internetarchive/cicd/.github/workflows/cicd.yml@main