ci: add workflow_dispatch event to WASM publish workflow for manual triggering
This commit is contained in:
@@ -3,6 +3,7 @@ name: Publish WASM to npm
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user