Skip to content

Commit 9217d2e

Browse files
authored
ci: Allow manually triggering a release action (#842)
Allow manually triggering the release workflow via github actions
1 parent a162944 commit 9217d2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- 'package.json'
9+
workflow_dispatch:
910

1011
jobs:
1112
validate_tag:

0 commit comments

Comments
 (0)