fix: Only publish website on master
This commit is contained in:
parent
076e14400b
commit
5b2c3ab3d3
2 changed files with 5 additions and 1 deletions
|
|
@ -207,3 +207,7 @@ workflows:
|
|||
- publish_website:
|
||||
requires:
|
||||
- publish_approval
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue