Skip to content

Commit

Permalink
Merge pull request #28 from codestates-seb/dev-server#08/devops
Browse files Browse the repository at this point in the history
Dev server#08/devops
  • Loading branch information
yjy8501 authored Aug 29, 2023
2 parents f3bdf12 + 6f1d91f commit 5dc7fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/008main_project/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI with Gradle

on:
pull_request:
branches: [ dev-server, main ]
branches: [ dev-server ]

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions server/008main_project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jar {
enabled = false
}

0 comments on commit 5dc7fa6

Please sign in to comment.