Skip to content

Commit

Permalink
chore: fix ecr push only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Oct 24, 2023
1 parent ecec72f commit 9854ec1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/aws-ecr-push.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: push to ECR

on: push

# on:
# push:
# branches:
# - main
on:
push:
branches:
- main

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit 9854ec1

Please sign in to comment.