Skip to content

Commit

Permalink
chore: Rename deploy actions (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored Sep 25, 2024
1 parent 0deb78f commit ac2376c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devdeploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Cloudflare Pages
name: Deploy Dev

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Cloudflare Pages
name: Deploy Devnet

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Cloudflare Pages
name: Deploy Testnet

on:
push:
Expand Down

0 comments on commit ac2376c

Please sign in to comment.