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 authored and shubhsherl committed May 17, 2020
1 parent b6f4afe commit e2f7269
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 @@ -477,10 +477,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 e2f7269

Please sign in to comment.