Skip to content

Commit

Permalink
chore: master에 direct push시 deploy하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eckrin authored Nov 15, 2023
1 parent 98eadf8 commit 236e3bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
types : [ closed ]
branches: [ master ]
push:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 236e3bc

Please sign in to comment.