Skip to content

Commit

Permalink
chore: trigger on completed workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 15, 2024
1 parent ef2ef42 commit 3b71395
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ name: Publish Package to npmjs

on:
workflow_dispatch:
release:
worflow_run:
workflows: ["Release"]
types:
- created
- completed

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b71395

Please sign in to comment.