Only create release on tag or promotion
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

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

View File

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