Skip to content

Commit

Permalink
Change publish workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusGertdenken committed Nov 20, 2024
1 parent 9d0784d commit c5dc201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Publish to NPM

on:
workflow_dispatch:
release:
types: [published]
push:
tags:
- 'v*'

jobs:
build:
Expand Down

0 comments on commit c5dc201

Please sign in to comment.