Skip to content

Commit 065724f

Browse files
committed
ci: update release workflow
1 parent 1d88a83 commit 065724f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish Package
22

33
on:
4-
push:
4+
release:
5+
types: [ published ]
56
tags: ["v*.*.*"]
67
paths-ignore:
78
- '**.md'

0 commit comments

Comments
 (0)