From a3165c6a6122261fd64fa2027102cb90181a6b96 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Thu, 6 Aug 2020 21:05:12 -0600 Subject: [PATCH] Only run web3.js/explorer CI when targeting master branch --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f55d1afaff..f263238a9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,8 @@ jobs: # explorer pull request - name: "explorer" - if: type = pull_request + if: type = pull_request AND branch = master + language: node_js node_js: - "node" @@ -86,7 +87,8 @@ jobs: # web3.js pull request - name: "web3.js" - if: type = pull_request + if: type = pull_request AND branch = master + language: node_js node_js: - "lts/*"