Skip to content

Commit 5befa15

Browse files
committed
dispatch publish on release only
1 parent e48ab46 commit 5befa15

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: publish
22

33
on:
4-
workflow_dispatch:
5-
push:
6-
tags:
7-
- "v*"
4+
release:
5+
types: [published]
86

97
permissions:
108
contents: read

0 commit comments

Comments
 (0)