From 0856c551052fa0205b54a946b62d3b9c649f73c2 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 2 Feb 2025 20:39:36 +0000 Subject: [PATCH] Allow triggering the release manually Summary: Test Plan: --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edb66f90..ed69dfde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: release on: + workflow_dispatch: release: types: [created]