Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(ci): run only on tags and master
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 27, 2020
1 parent 7ab2470 commit bbe718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
-
Expand Down

0 comments on commit bbe718f

Please sign in to comment.