Skip to content

Commit 1ef2a1f

Browse files
committed
Add AWS connection test
1 parent 3be923b commit 1ef2a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-aws-connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Test AWS Connection
55
on:
66
workflow_dispatch: # GitHub UI에서 수동 실행
77
push:
8-
branches: [test-aws] # test-aws 브랜치에 푸시할 때만 실행
8+
branches: [test] # test-aws 브랜치에 푸시할 때만 실행
99

1010
env:
1111
AWS_REGION: ap-northeast-2

0 commit comments

Comments
 (0)