Skip to content

Commit

Permalink
switch workflow branch for info-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby authored Jan 15, 2025
1 parent 69748d7 commit 0417101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Devnet
on:
push:
branches:
- main # or the branch you want to deploy from
- staging # or the branch you want to deploy from

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Testnet
on:
push:
branches:
- main # or the branch you want to deploy from
- staging # or the branch you want to deploy from
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0417101

Please sign in to comment.