Skip to content

Commit

Permalink
Merge pull request #79 from multiversx/deploy-new-template-devnet
Browse files Browse the repository at this point in the history
Deploy devnet from development branch
  • Loading branch information
radumojic authored Apr 30, 2024
2 parents f2fb535 + 46cf43a commit d2f5f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy-devnet

on:
push:
branches: [main]
branches: [development]
repository_dispatch:
types: deploy-devnet
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: main
ref: development
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit d2f5f3a

Please sign in to comment.