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: