Skip to content

Commit

Permalink
fix(854): Corrected the branch name in CI workflow event
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-temchenko committed Jul 30, 2023
1 parent 30bad24 commit 6938078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration
on:
pull_request: []
push:
branches: [Develop, main-net-runtime]
branches: [Develop, mainnet-release]

env:
RUNNER_INSTANCE_TYPE: c5d.9xlarge
Expand Down

0 comments on commit 6938078

Please sign in to comment.