master branch condition

This commit is contained in:
BuckarooBanzay 2022-02-01 15:15:36 +01:00
parent 89c22bd99f
commit fb6703027f

View File

@ -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