fix: Only publish website on master

This commit is contained in:
Rodrigo Fernandes 2020-01-25 23:56:21 +00:00
parent 076e14400b
commit 5b2c3ab3d3
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4
2 changed files with 5 additions and 1 deletions

View file

@ -207,3 +207,7 @@ workflows:
- publish_website:
requires:
- publish_approval
filters:
branches:
only:
- master

View file

@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://www.github.com/rtfpessoa/diff2html.git"
"url": "git://github.com/rtfpessoa/diff2html.git"
},
"bugs": {
"url": "https://www.github.com/rtfpessoa/diff2html/issues"