Skip to content

Commit 3940d7b

Browse files
authored
gha: publish: run on release and workflow_dispatch
Fixes b4b804c
1 parent 95722c8 commit 3940d7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
push:
33
branches:
44
- master
5+
release:
6+
types: [published]
7+
workflow_dispatch:
58

69
name: Publish
710

0 commit comments

Comments
 (0)