Skip to content

Commit

Permalink
push on develop (RocketChat#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ear-dev committed Mar 24, 2020
1 parent 6fbae87 commit 442d921
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: '**'
push:
branches:
- develop
- develop_pwa

env:
CI: true
Expand Down Expand Up @@ -469,10 +469,11 @@ jobs:
docker build -t ${IMAGE}:develop .
docker push ${IMAGE}:develop
# EAR NOTE: This currently pushes only PRs to develop_pwa to our DEV account. TODO: Implement merges to DEV, then to PROD when ready.
# TODO: configure for merges to develop when ready; configure for PROD as needed
# NOTE: Right now it will only push on every merge into develop_pwa because we have a standing PR from it -> develop.
widechat-ecr-push:
runs-on: ubuntu-latest
if: github.base_ref == 'develop_pwa'
if: github.base_ref == 'develop'
needs: test

steps:
Expand Down

0 comments on commit 442d921

Please sign in to comment.