From 70622cf98035dd3e0b2b9819cfe1711672ea6f98 Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 8 Dec 2016 17:00:32 -0500 Subject: [PATCH] chore(): only run test on master branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fa432640c..a0e0c15ed3 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "path": "node_modules/ionic-cz-conventional-changelog" } }, - "pre-push": [ + "pre-push#master": [ "test" ] }