Skip to content

Commit

Permalink
refactor: rename springboot action names
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 20, 2023
1 parent a8ee8af commit c1c52e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/springboot-on-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Springboot CI
name: Springboot CI on PR

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/springboot-on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Springboot CI
name: Springboot CI on Push

on:
push:
Expand Down

0 comments on commit c1c52e9

Please sign in to comment.