Skip to content

Commit

Permalink
🚀 CI/CD 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil committed Sep 23, 2023
1 parent dfa1f21 commit 4c7305d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI/CD Pipeline
on:
push:
branches:
- "infra/cicd-script"
- "develop"
- "develop"
- "main"
pull_request:
branches:
- "develop"
Expand All @@ -15,13 +16,14 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distributions: 'temurin'
java-versions: '17'
distributions: 'adopt'

- name: Gradle Caching
uses: actions/cache@v3
Expand Down

0 comments on commit 4c7305d

Please sign in to comment.