We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02caef6 commit b7a68aaCopy full SHA for b7a68aa
.github/workflows/deploy_on_release.yaml
@@ -1,8 +1,7 @@
1
name: model-deploy-on-release
2
-on:
3
-release:
4
- types: # This configuration does not affect the page_build event above
5
- - created
+on:
+ release:
+ types: [published]
6
runs-on: [ubuntu-latest]
7
container: docker://dvcorg/cml-py3:latest
8
steps:
0 commit comments