1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: deploy docs on master

We were deploying only on tags, but sometimes 
we need to change the docs without tagging and
etc.
This commit is contained in:
Carlos Alexandro Becker 2017-12-10 14:44:40 -02:00 committed by GitHub
parent e8e28fead6
commit 09ded3e5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,6 @@ deploy:
local_dir: ./dist/goreleaser.github.io
target_branch: master
on:
tags: true
master: true
notifications:
email: false