Skip to content

Commit 4e7b9bb

Browse files
committed
Only run release workflow on publish
1 parent ec63be0 commit 4e7b9bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publishing
22

3-
on: [release]
3+
on:
4+
release:
5+
types: [published]
46

57
jobs:
68
test:

0 commit comments

Comments
 (0)