Skip to content

Commit

Permalink
ci: run gorelease checker on more branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Nov 21, 2024
1 parent 28b7391 commit ba1534a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Check GoReleaser config
on:
push:
branches:
- 'release-please--**'
- "release-please--**"
- "renovate/all-non-major-github-actions"
- master

permissions:
contents: read
Expand Down

0 comments on commit ba1534a

Please sign in to comment.