Skip to content

Commit

Permalink
fix: renamin workflows - forgot to commit some files
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 26, 2024
1 parent 29a81c9 commit a8a673e
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_production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Production
name: Deploy API to Production
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Review
name: Deploy API to Review
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit a8a673e

Please sign in to comment.