Skip to content

Commit

Permalink
Only run web3.js/explorer CI when targeting master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson authored and mergify[bot] committed Aug 7, 2020
1 parent 770d3d3 commit a3165c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/*"
Expand Down

0 comments on commit a3165c6

Please sign in to comment.