Skip to content

Commit d03a42e

Browse files
committed
update :: ci 수정
1 parent bf2adc8 commit d03a42e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["master"]
66
pull_request:
7-
branches: [ "*" ]
8-
9-
permissions: write-all
7+
branches: ["*"]
108

119
jobs:
12-
build:
10+
CI:
1311
runs-on: ubuntu-latest
1412

1513
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v3
16+
1617
- name: Set up JDK 17
1718
uses: actions/setup-java@v3
1819
with:
19-
java-version: '17'
20-
distribution: 'temurin'
20+
java-version: "17"
21+
distribution: "temurin"
2122

2223
- name: Grant execute permission for gradlew
2324
run: chmod +x gradlew

0 commit comments

Comments
 (0)