mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 18:29:08 +00:00
Update goreleaser to ignore README.md and env.sample
This commit is contained in:
parent
a87cc3dda5
commit
1cae205942
1 changed files with 2 additions and 1 deletions
3
.github/workflows/goreleaser.yml
vendored
3
.github/workflows/goreleaser.yml
vendored
|
|
@ -3,7 +3,8 @@ name: goreleaser
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- README.md
|
||||||
|
- env.sample
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue