Skip to content

Commit

Permalink
Update auto-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Mar 24, 2024
1 parent 2bb79bb commit 07301a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: AWS EC2 자동 배포

on:
push:
branches: [ "feature/build" ]
branches: [ "main" ]
pull_request:
branches: [ "feature/build" ]
branches: [ "main" ]

jobs:

Expand All @@ -30,3 +30,4 @@ jobs:
run: |
chmod 755 gradlew
./gradlew bootJar
./gradlew jarDir

0 comments on commit 07301a6

Please sign in to comment.