diff --git a/.github/workflows/push-lacchain-environment.yaml b/.github/workflows/push-lacchain-environment.yaml index 69ff55aa..0b8e154c 100644 --- a/.github/workflows/push-lacchain-environment.yaml +++ b/.github/workflows/push-lacchain-environment.yaml @@ -2,6 +2,8 @@ name: Build images from latest dev branch on: push: + branches: + - lacchain tags: - v* @@ -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' @@ -134,4 +137,4 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - prerelease: false \ No newline at end of file + prerelease: false diff --git a/.github/workflows/push-master-environment.yaml b/.github/workflows/push-master-environment.yaml index 0a8bf5e3..2ebc6232 100644 --- a/.github/workflows/push-master-environment.yaml +++ b/.github/workflows/push-master-environment.yaml @@ -2,6 +2,8 @@ name: Build images from latest dev branch on: push: + branches: + - master tags: - v*