Skip to content

Commit

Permalink
ci: build every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Sep 6, 2023
1 parent cf8b195 commit 29dbd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build, tag, and push image to Amazon ECR
id: build-image-main
if: github.ref_type == 'branch' && github.ref_name == 'main'
if: github.ref_type == 'branch'
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: latest
Expand Down

0 comments on commit 29dbd4a

Please sign in to comment.