Skip to content

Commit

Permalink
Update goreleaser to ignore README.md and env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro committed Jan 19, 2024
1 parent a87cc3d commit 1cae205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: goreleaser
on:
push:
paths-ignore:
- '**.md'
- README.md
- env.sample
branches:
- main

Expand Down

0 comments on commit 1cae205

Please sign in to comment.