Skip to content

Commit 850899c

Browse files
committed
update github action to trigger on release released insted of created
1 parent 2bee2bd commit 850899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88
release:
99
types:
10-
- created
10+
- released
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)