Skip to content

Commit

Permalink
chore: rename 'dev-deployment.yml' to 'cd-dev.yml'
Browse files Browse the repository at this point in the history
YAF-65
  • Loading branch information
yesjjin99 committed Jan 16, 2025
1 parent 7cc165f commit 522f0b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
runs-on: ubuntu-latest
outputs:
image_tag: ${{ steps.generate_tag.outputs.tag }}

steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand All @@ -37,7 +40,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Java CI with Gradle

on:
pull_request:
branches: [ "main", "develop" ]
paths:
- "src/**"
branches: [ main, develop ]

permissions:
contents: read

jobs:
build:
Expand Down

0 comments on commit 522f0b7

Please sign in to comment.