Skip to content

Commit

Permalink
chore: re-enable master branch filter on rinkeby deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
boolafish committed Jun 30, 2020
1 parent 9f77460 commit 0a05970
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
path: ~/repo/plasma_framework/gasReporterOutput.json
- store_artifacts:
path: ~/repo/plasma_framework/gasReport.rst
- store_artifacts:
path: /home/circleci/.npm/_logs/

Solidity coverage:
executor: truffle_executor
Expand Down Expand Up @@ -235,8 +233,8 @@ workflows:

Deployment checks:
jobs:
- Deploy to Rinkeby
# filters:
# branches:
# only:
# - master
- Deploy to Rinkeby:
filters:
branches:
only:
- master

0 comments on commit 0a05970

Please sign in to comment.