master branch condition
This commit is contained in:
parent
89c22bd99f
commit
fb6703027f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
if: success() && startsWith(github.ref, 'refs/tags/')
|
||||
if: success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
|
||||
with:
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
|
Loading…
Reference in New Issue
Block a user