From 3807c783ef5fe8bc5f5755b9c48384c78bb6ac79 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 14 Apr 2026 19:54:01 +0300 Subject: [PATCH] fix release workflow trigger to match reusable-workflows pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove branch filter — the reusable workflow gates on release_branch internally. Add workflow_dispatch for manual triggers. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/npm-release-ops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-release-ops.yml b/.github/workflows/npm-release-ops.yml index c7883e6..3ceb5b3 100644 --- a/.github/workflows/npm-release-ops.yml +++ b/.github/workflows/npm-release-ops.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [main] + workflow_dispatch: permissions: contents: write