We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076e144 commit 5b2c3abCopy full SHA for 5b2c3ab
2 files changed
.circleci/config.yml
@@ -207,3 +207,7 @@ workflows:
207
- publish_website:
208
requires:
209
- publish_approval
210
+ filters:
211
+ branches:
212
+ only:
213
+ - master
package.json
@@ -26,7 +26,7 @@
26
},
27
"repository": {
28
"type": "git",
29
- "url": "https://www.github.com/rtfpessoa/diff2html.git"
+ "url": "git://github.com/rtfpessoa/diff2html.git"
30
31
"bugs": {
32
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
0 commit comments