update drone
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

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
1 changed files with 10 additions and 5 deletions

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'],
}
}
]
};
[