Skip to content

Commit 3c565ce

Browse files
committed
fixing workflow
1 parent 37c92cc commit 3c565ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: model-deploy-on-release
22
on:
33
release:
44
types:
5-
- 'released'
5+
- 'created'
66

77
jobs:
88
run:

0 commit comments

Comments
 (0)