update drone
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paolo Asperti 2023-02-01 14:40:13 +01:00
parent ce8687c1a4
commit b5ded80d26
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -24,12 +24,17 @@ local Pipeline(os, release) = {
auto_tag: false,
force_tag: true,
daemon_off: false,
},
when: {
event: {
include: [
"tag",
"cron"
],
},
}
}
],
trigger: {
event: ['tag'],
}
}
]
};
[