From a8205647266018e5f98490da0bcab58ac6bdc684 Mon Sep 17 00:00:00 2001 From: musti Date: Thu, 3 Oct 2024 19:55:24 +0300 Subject: [PATCH] fix: npm publisher --- .github/workflows/npm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index eee4232..df59398 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -1,10 +1,13 @@ name: Publish to npm on: + workflow_run: workflows: ["Tests"] # Update this to match the new workflow name types: - completed + push: + branches: [ "main" ] jobs: publish: