Skip to content

Commit

Permalink
Merge branch 'release/v1.1.1' into lacchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Mar 2, 2021
2 parents 7912f5e + 9b53d13 commit dc7f7aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-lacchain-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build images from latest dev branch

on:
push:
branches:
- lacchain
tags:
- v*

Expand Down Expand Up @@ -39,6 +41,7 @@ jobs:
REACT_APP_EOS_RATE_LINK: ''
REACT_APP_USE_REWARDS: 'false'
REACT_APP_USE_VOTES: 'false'
REACT_APP_USE_CPU_BENCHMARK: 'true'
REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: 'false'
REACT_APP_HASURA_URL: 'https://dashboard-graphql.latamlink.io/v1/graphql'
REACT_APP_EOS_API_NETWORK_NAME: 'lacchain'
Expand Down Expand Up @@ -134,4 +137,4 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
prerelease: false
2 changes: 2 additions & 0 deletions .github/workflows/push-master-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build images from latest dev branch

on:
push:
branches:
- master
tags:
- v*

Expand Down

0 comments on commit dc7f7aa

Please sign in to comment.