Skip to content

Commit

Permalink
chore: ci-cd dev pipeline for test
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Nov 25, 2024
1 parent 72c4da7 commit 59d6214
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-wallet-get-starknet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
prepare-deployment:
environment: production
environment: dev
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
prepare-deployment:
environment: production
environment: dev
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59d6214

Please sign in to comment.