ci: add workflow_dispatch event to WASM publish workflow for manual triggering

This commit is contained in:
Pratik Bhadane
2026-04-01 21:43:46 +05:30
parent f9575df3f6
commit e370120f4e
+1
View File
@@ -3,6 +3,7 @@ name: Publish WASM to npm
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read