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:
|
- publish_website:
|
||||||
requires:
|
requires:
|
||||||
- publish_approval
|
- publish_approval
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://www.github.com/rtfpessoa/diff2html.git"
|
"url": "git://github.com/rtfpessoa/diff2html.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
|
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue