Skip to content

Commit

Permalink
chore: ignore future pkg/machinery/vX.Y.Z tags
Browse files Browse the repository at this point in the history
Drone shouldn't build releases for `pkg/machinery/vX.Y.Z` tags.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jul 7, 2021
1 parent 6b66111 commit 77fabac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.jsonnet
Expand Up @@ -562,6 +562,11 @@ local release_trigger = {
event: [
'tag',
],
ref: {
exclude: [
"refs/tags/pkg/**",
],
},
},
};

Expand Down

0 comments on commit 77fabac

Please sign in to comment.