mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 00:41:40 +01:00
chore: ignore future pkg/machinery/vX.Y.Z tags
Drone shouldn't build releases for `pkg/machinery/vX.Y.Z` tags. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
parent
6b661114d0
commit
77fabaceca
@ -562,6 +562,11 @@ local release_trigger = {
|
|||||||
event: [
|
event: [
|
||||||
'tag',
|
'tag',
|
||||||
],
|
],
|
||||||
|
ref: {
|
||||||
|
exclude: [
|
||||||
|
"refs/tags/pkg/**",
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user