1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

chore(ci): run only on tags and master

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-11-26 23:19:37 -03:00
parent 7ab2470dae
commit bbe718f9d5

View File

@ -77,7 +77,7 @@ jobs:
run: |
if [[ $GITHUB_REF == refs/tags/v* ]]; then
./goreleaser
else
elif [[ $GITHUB_REF == refs/heads/master ]]; then
./goreleaser --snapshot
fi
-