Only create release on tag or promotion
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build was killed Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-09-07 22:38:08 +02:00
parent ced47d0cc7
commit 97b4d16a33
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ local add_build_steps() = [
files: 'artifacts/*',
checksum: 'sha256',
},
when: {
event: ['tag', 'promote'],
},
},
],