We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be923b commit 1ef2a1fCopy full SHA for 1ef2a1f
.github/workflows/test-aws-connection.yml
@@ -5,7 +5,7 @@ name: Test AWS Connection
5
on:
6
workflow_dispatch: # GitHub UI에서 수동 실행
7
push:
8
- branches: [test-aws] # test-aws 브랜치에 푸시할 때만 실행
+ branches: [test] # test-aws 브랜치에 푸시할 때만 실행
9
10
env:
11
AWS_REGION: ap-northeast-2
0 commit comments