Skip to content

Commit 5b2c3ab

Browse files
committed
fix: Only publish website on master
1 parent 076e144 commit 5b2c3ab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,7 @@ workflows:
207207
- publish_website:
208208
requires:
209209
- publish_approval
210+
filters:
211+
branches:
212+
only:
213+
- master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "https://www.github.com/rtfpessoa/diff2html.git"
29+
"url": "git://github.com/rtfpessoa/diff2html.git"
3030
},
3131
"bugs": {
3232
"url": "https://www.github.com/rtfpessoa/diff2html/issues"

0 commit comments

Comments
 (0)