Skip to content

Commit

Permalink
fix: npm publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
islemci authored Oct 3, 2024
1 parent a9b13b6 commit a820564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a820564

Please sign in to comment.