Skip to content

Commit

Permalink
[HOTFIX] Corrected the branch name in CI workflow event (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Jul 31, 2023
2 parents 3d34964 + f5289be commit e4a309f
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 e4a309f

Please sign in to comment.