Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DWL21 committed Feb 14, 2025
1 parent 2b06a41 commit 19e9677
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev - CI/CD without Tests
name: Dev - Build and Deploy

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev - Tests
name: Dev - Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prod - Tests
name: Prod - Test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prod - CI/CD with Tests
name: Prod - Build

on:
push:
Expand Down

0 comments on commit 19e9677

Please sign in to comment.