Skip to content

Commit

Permalink
chore: pr closed시에는 deploy되지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin authored Nov 16, 2023
1 parent b7a0d3b commit f851d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Deploy to Amazon EC2
# Controls when the workflow will run
on:
# Triggers the 'Deploy' workflow when the pull request closed but only for the "master" branch
pull_request:
types : [ closed ]
branches: [ master ]
# pull_request:
# types : [ closed ]
# branches: [ master ]
push:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit f851d61

Please sign in to comment.