Skip to content

Commit

Permalink
[Fix] workflow 문법에 맞게 수정 - #56
Browse files Browse the repository at this point in the history
  • Loading branch information
Juser0 committed Sep 10, 2023
1 parent b78da88 commit 494be0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle CI & CD
name: Gradle CI

on:
push:
Expand All @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
Build and Deploy:
Build:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
Build and Deploy:
Build-Deploy:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 494be0e

Please sign in to comment.