Skip to content

Commit 81af506

Browse files
committed
chore: changed workflow trigger
1 parent 0e4e775 commit 81af506

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/backend-build-alpha-image.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build Alpha Image
22

33
on:
4-
# push:
5-
pull_request:
4+
push:
65
branches: [ develop ]
76
paths: backend/**
87
permissions:
@@ -29,7 +28,7 @@ jobs:
2928
- name: Build Image
3029
run: docker build .
3130
- name: Configure AWS credentials
32-
uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section
31+
uses: aws-actions/configure-aws-credentials@v4
3332
with:
3433
role-to-assume: arn:aws:iam::791335373803:role/AWSPushImageToECR
3534
aws-region: ap-northeast-2

0 commit comments

Comments
 (0)