Skip to content

Commit 729a11b

Browse files
committed
CD: Trigger only for published
1 parent 988fae8 commit 729a11b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

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

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

57
jobs:
68
release-linux:

0 commit comments

Comments
 (0)