Skip to content

Commit 0ff1c92

Browse files
authored
ci: enable the manual trigger of workflow (#154)
1 parent 323c709 commit 0ff1c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish latest build
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [master]
6+
branches: [master]
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)