We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e309d08 commit 065610eCopy full SHA for 065610e
1 file changed
.cds/workflows/build.yaml
@@ -47,7 +47,7 @@ jobs:
47
release:
48
needs:
49
- push-docker-image
50
- if: git.ref_name == 'main'
+ if: '${{ git.ref_type == ''tag'' && success() }}'
51
runs-on:
52
model: library/default-container
53
steps:
0 commit comments