We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e309d08 + 065610e commit 531b75bCopy full SHA for 531b75b
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