Skip to content

Commit

Permalink
add right workflow name to staging/production workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 10, 2024
1 parent fd0f326 commit c898639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests on Branch
name: Deploy to production
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests on Branch
name: Deploy to staging
on:
push:
branches:
Expand Down

0 comments on commit c898639

Please sign in to comment.