Skip to content

Commit 44ac9f2

Browse files
committed
change the trigger type
1 parent 0992a76 commit 44ac9f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

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

33
on:
4-
push:
5-
tags:
6-
- ".*"
4+
release:
5+
types:
6+
- created
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)