Allow any branch
This commit is contained in:
parent
8f0e301aa2
commit
a13b72c59c
|
@ -66,7 +66,7 @@ jobs:
|
|||
|
||||
# explorer pull request
|
||||
- name: "explorer"
|
||||
if: type = pull_request AND branch = master
|
||||
if: type = pull_request
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
|
||||
# web3.js pull request
|
||||
- name: "web3.js"
|
||||
if: type = pull_request AND branch = master
|
||||
if: type = pull_request
|
||||
language: node_js
|
||||
node_js:
|
||||
- "lts/*"
|
||||
|
|
Loading…
Reference in New Issue