Skip to content

Commit

Permalink
refactor: github action workflow yml 파일 이름 변경
Browse files Browse the repository at this point in the history
- be-pull-request.yml -> be-ci.yml
- be-dev-ci-cd.yml -> be-cd-dev.yml
  • Loading branch information
nak-honest committed Jul 16, 2024
1 parent 1b00297 commit be4bb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BE DEV CI/CD
name: BE CD DEV

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BE PULL REQUEST TEST
name: BE CI

on:
pull_request:
Expand Down

0 comments on commit be4bb21

Please sign in to comment.