Skip to content

Commit

Permalink
fix: Names for prod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Aug 16, 2024
1 parent ec015b2 commit fad5b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Dev
name: Deploy Prod

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview Dev
name: Preview Prod

on:
workflow_dispatch:
Expand Down

0 comments on commit fad5b77

Please sign in to comment.