Skip to content

Commit b7a68aa

Browse files
committed
fixing workflow
1 parent 02caef6 commit b7a68aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy_on_release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: model-deploy-on-release
2-
on:
3-
release:
4-
types: # This configuration does not affect the page_build event above
5-
- created
2+
on:
3+
release:
4+
types: [published]
65
runs-on: [ubuntu-latest]
76
container: docker://dvcorg/cml-py3:latest
87
steps:

0 commit comments

Comments
 (0)