Skip to content

Commit 47040cf

Browse files
committed
ci: not create action when create release
1 parent 60798cf commit 47040cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on:
44
release:
55
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
6-
types: [published, created, edited]
6+
types: [published, edited]
77

88
name: Publish
99

0 commit comments

Comments
 (0)