Skip to content

Commit

Permalink
Github Action WorkFlow 수정 #17
Browse files Browse the repository at this point in the history
docs: Github Action WorkFlow 수정
  • Loading branch information
Juhongseok authored Oct 20, 2023
2 parents 0cd3c32 + ff43a1a commit 5c69f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Execute CD

on:
push:
branches: [ "main" ]
branches: [ "develop" ]

permissions:
contents: read

env:
BUCKET_NAME: resumeme
BUCKET_NAME: team-11-resumeme-bucket
DIRECTORY_NAME: execute-jar-bucket
CODE_DEPLOY_APP_NAME: resumeme-deploy
DEPLOYMENT_GROUP_NAME: resumeme-deploy-group
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Test Application

on:
pull_request:
branches: [ "dev" ]
branches: [ "develop" ]

permissions:
contents: read
Expand Down

0 comments on commit 5c69f08

Please sign in to comment.