Skip to content

Commit

Permalink
update :: ci 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Umjiseung committed Sep 26, 2024
1 parent bf2adc8 commit d03a42e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ name: CI

on:
push:
branches: [ "main" ]
branches: ["master"]
pull_request:
branches: [ "*" ]

permissions: write-all
branches: ["*"]

jobs:
build:
CI:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: "17"
distribution: "temurin"

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

0 comments on commit d03a42e

Please sign in to comment.