Skip to content

Commit 351f6b3

Browse files
committed
ci: allow the update version and publish workflow to be manually triggered
- Added `workflow_dispatch` to the workflow trigger events to enable the "Run workflow" button in the GitHub Actions UI to manually trigger it.
1 parent ce836c6 commit 351f6b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
on:
44
release:
55
types: [prereleased, released]
6+
workflow_dispatch:
67

78
env:
89
TAG_NAME: ${{ github.ref_name }}

0 commit comments

Comments
 (0)