From 188b098c6c67b56d017e799014067e86c7daf2ff Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Wed, 30 Apr 2025 11:56:50 -0400 Subject: [PATCH] feat(release): add workflow_dispatch option --- .github/workflows-src/release.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows-src/release.yml b/.github/workflows-src/release.yml index 3341b6907f..dc5824ad78 100644 --- a/.github/workflows-src/release.yml +++ b/.github/workflows-src/release.yml @@ -1,5 +1,6 @@ name: release on: + workflow_dispatch: push: branches: - main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43c4ce4ef3..ce19129b49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ ### WARNING -- this file was generated by generate-workflows name: release on: + workflow_dispatch: push: branches: - main