fix: add workflow_dispatch trigger to npm publish workflow

This commit is contained in:
Ferenc Sárai
2026-03-20 17:58:55 +01:00
committed by GitHub
parent f149f86155
commit becb87377e
+1
View File
@@ -1,5 +1,6 @@
name: Publish on npm name: Publish on npm
on: on:
workflow_dispatch:
release: release:
types: [published] types: [published]