From 5b2c3ab3d3ab101b375e5388b2ca4d086645f080 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sat, 25 Jan 2020 23:56:21 +0000 Subject: [PATCH] fix: Only publish website on master --- .circleci/config.yml | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2a673f..6096e7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -207,3 +207,7 @@ workflows: - publish_website: requires: - publish_approval + filters: + branches: + only: + - master diff --git a/package.json b/package.json index 7e66e76..8ea11fe 100644 --- a/package.json +++ b/package.json @@ -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"