Remove branch condition
This commit is contained in:
@ -64,7 +64,6 @@ jobs:
|
|||||||
|
|
||||||
# explorer pull request
|
# explorer pull request
|
||||||
- name: "explorer"
|
- name: "explorer"
|
||||||
if: branch = master
|
|
||||||
if: type = pull
|
if: type = pull
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
@ -80,7 +79,6 @@ jobs:
|
|||||||
|
|
||||||
# web3.js pull request
|
# web3.js pull request
|
||||||
- name: "web3.js"
|
- name: "web3.js"
|
||||||
if: branch = master
|
|
||||||
if: type = pull
|
if: type = pull
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
Reference in New Issue
Block a user