Skip to content

Commit

Permalink
Change builder release trigger to module tag (#10429)
Browse files Browse the repository at this point in the history
This PR changes the trigger for releasing the builder to match the
builder module tag. This allows us to release the builder separately by
pushing a dedicated tag.
  • Loading branch information
djaglowski committed Jun 18, 2024
1 parent 9bd581b commit ae2ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Builder - Release
on:
push:
tags:
- 'v*'
- 'cmd/builder/v*'

jobs:
goreleaser:
Expand Down

0 comments on commit ae2ed9d

Please sign in to comment.