Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
answad authored Jun 17, 2024
1 parent e956cf1 commit dd7b177
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main # 메인 브랜치에 푸시할 때마다 워크플로우 실행
- main

jobs:
build:
Expand All @@ -13,10 +13,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
java-package: 'jdk'
architecture: 'x64'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit dd7b177

Please sign in to comment.