Skip to content

Commit 1ddd66c

Browse files
committed
ci: add workflow_dispatch to actions
1 parent 2e664eb commit 1ddd66c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
build:

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- 'v*'
9+
workflow_dispatch:
910

1011
jobs:
1112
publish-npm:

0 commit comments

Comments
 (0)