Skip to content

Commit

Permalink
ci(provenance): allow to manually trigger GA (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Mar 19, 2024
1 parent 4d031c0 commit 870f35a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: Publish Package to npmjs
on:
release:
types: [created]
# Manual trigger
workflow_dispatch:

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

0 comments on commit 870f35a

Please sign in to comment.