Skip to content

Commit

Permalink
Update 6 deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yubin-im authored Nov 23, 2023
1 parent ff4afb3 commit 949520f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Deploy-to-AWS-Elastic-Beanstalk

on:
push:
branches:
- master
workflow_dispatch:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
Expand All @@ -25,10 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
distribution: 'temurin'

- name: Build with Gradle
run: ./gradlew clean build
Expand Down

0 comments on commit 949520f

Please sign in to comment.